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
The issue seems to be that those attributes are generated for the vcalendar, but are expected inside the vevent block. I'd be happy to support fixing this.
The text was updated successfully, but these errors were encountered:
This corrects the order of events added using addEvent() such that the
sequence is respected. This also addresses metadata issues for DTSTAMP,
PRODID and UID.
This corrects the order of events added using addEvent() such that the
sequence is respected. This also addresses metadata issues for DTSTAMP,
PRODID and UID.
The code generated by this library is not valid ICS code. This can be observed easily by pasting the output from https://datebook.dev/generators/ into e.g. https://icalendar.org/validator.html#results, where two errors are reported:
The issue seems to be that those attributes are generated for the vcalendar, but are expected inside the vevent block. I'd be happy to support fixing this.
The text was updated successfully, but these errors were encountered: