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
But when I export it back out, the all day events with no time have an invalid time part in the ics file/content
The DTSTART and DTEND fierlds/values have a completely different format, with - delimiters and T:: at the end.
Granted, it should fail hard in strict mode, and be lenient in strict mode. I believe there was some code added there, but I didn't double check. Let's leave this as an enhancement to fail correctly without using T::.
kewisch
changed the title
Invalid date format in export for all day events
DTSTART/DTEND with incorrect DATE-TIME should fail hard on parse instead of serializing to T::Apr 1, 2024
ical.js in version 1.5.0
On windows 11 and debian with nodejs version 16
Importing this ical file works fine:
But when I export it back out, the all day events with no time have an invalid time part in the ics file/content
The DTSTART and DTEND fierlds/values have a completely different format, with - delimiters and T:: at the end.
ee use the toString() method to produce the ical file/content
The text was updated successfully, but these errors were encountered: