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
rrule.js seems to be able to cope with it, but I'd not be surprised if another library cannot. @yhabteab Please check if that's the case with the library you're using in the newest go project 😉
The text was updated successfully, but these errors were encountered:
I'd suggest to store the start as start in DateTimeInterface::ATOM format. Once outside the RRULE it doesn't have any meaning and thus the DTSTART name is meaningless.
https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html only speaks of
DTSTART
when not directly referring to theRRULE
properties. The examples shown also don't show it as such.rrule.js seems to be able to cope with it, but I'd not be surprised if another library cannot. @yhabteab Please check if that's the case with the library you're using in the newest go project 😉
The text was updated successfully, but these errors were encountered: