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
Both of these events throw the following error, presumably because they're before unix epoch.
(CaseClauseError) no case clause matching: {:error, "Expected end of input at line 1, column 23"}
lib/icalendar/util/deserialize.ex:88: ICalendar.Util.Deserialize.parse_attr/2
Any thoughts on how to handle such old events?
The text was updated successfully, but these errors were encountered:
I'm parsing a calendar with a few events similar to:
Both of these events throw the following error, presumably because they're before unix epoch.
Any thoughts on how to handle such old events?
The text was updated successfully, but these errors were encountered: