You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this library, it helps a lot!
I encountered an issue while working with excluded dates.
I noticed a format difference between the RFC and the actual implementation while parsing the recurrence string.
According to the RFC 5545, the EXDATE should be written on a new line like this:
Hi there 👋,
First of all, thank you for this library, it helps a lot!
I encountered an issue while working with excluded dates.
I noticed a format difference between the RFC and the actual implementation while parsing the recurrence string.
According to the RFC 5545, the
EXDATE
should be written on a new line like this:But, when I load this string in a
new Rule()
, it does not handle the excluded dates.The
Rule
constructor expects anEXDATE
like this:For now, I used
str_replace()
to convert these excluded dates, but it could be great if the library auto handles both formats.Thanks a lot and have a nice day!
The text was updated successfully, but these errors were encountered: