Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working with Evolution Mail and web calendar using RRULE fail because of X-EVOLUTION-ENDDATE in rrule #616

Open
gstlouisgit opened this issue Feb 29, 2024 · 3 comments

Comments

@gstlouisgit
Copy link

I am wondering if someone can help me shed some light on a X-EVOLUTION-ENDDATE property in a rrule that from what I can see was generated by Evolution Mail for an event.

I am using Evolution Mail and also have a web calendar that uses rrule as a string to parse recurring events. While I was using Evolution Mail there was a crash in the web app calendar because rrule could not understand X-EVOLUTION-ENDDATE property. RRULE;X-EVOLUTION-ENDDATE=20241223T140000Z:FREQ=WEEKLY;COUNT=51;BYDAY=MO;

Does anyone know anything about this property and why rrule.js does not like it? I tried creating a recurring event with Evo Mail and this time the rule is not present so I couldn't recreate the issue, but I can only assume it will return.

Thanks for reading

@vkartaviy
Copy link

+1 stumbled upon this issue recently :(

@gstlouisgit
Copy link
Author

This issue came up again as Evo re-wrote an event with X-EVOLUTION-ENDDATE=

So for the time being I used this to remove it

RRULEstring.replace(/;X-EVOLUTION-ENDDATE=.*:/, ':') } );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants