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
I hacked the current implementation during the conference, just looking at some ical feeds responses, asking Claude for help and validating via https://icalendar.org/
Things to fix:
Line folding for long content lines
Line breaks as CLRF
Escaping characters ,, :, ;, \, \n, \r\n
Perhaps truncate description to ~2000 chars (practical limitation in popular calendars like Google Calendar is 8kb)
The text was updated successfully, but these errors were encountered:
I hacked the current implementation during the conference, just looking at some ical feeds responses, asking Claude for help and validating via https://icalendar.org/
Things to fix:
,
,:
,;
,\
,\n
,\r\n
The text was updated successfully, but these errors were encountered: