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
Got this error when using colons and double quotes in a "note"-reply in Google Calendar. ATTENDEE;ROLE=REQ-PARTICIPANT;CN="Test";X-RESPONSE-COMMENT="test"quoted"string:with-colon":MAILTO:[email protected]
parses as:
Got this error when using colons and double quotes in a "note"-reply in Google Calendar.
ATTENDEE;ROLE=REQ-PARTICIPANT;CN="Test";X-RESPONSE-COMMENT="test"quoted"string:with-colon":MAILTO:[email protected]
parses as:
kewisch/ical.js correctly parses and unquotes the value into
test"quoted"string:with-colon
The text was updated successfully, but these errors were encountered: