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
Google Calendar (via iCal) is rejecting ICS files for recurring events generated by this library because the rrule property is lowercase. I'm happy to submit a PR, but I wanted to open an issue and see if it was lowercase for a specific reason. In the ICS files I'm generating, it's the only property that's lowercase.
Google Calendar (via iCal) is rejecting ICS files for recurring events generated by this library because the
rrule
property is lowercase. I'm happy to submit a PR, but I wanted to open an issue and see if it was lowercase for a specific reason. In the ICS files I'm generating, it's the only property that's lowercase.Failing example:
Working example (resolved by writing the property myself with an uppercase RRULE):
The text was updated successfully, but these errors were encountered: