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
When parsing events on files such as basic.ics.zip, parser crashes since icalendar parses categories as an array and your package expects them to be an object with property "cats" on it. The problem line is in file icalparser.py, 228. Would appreciate some hints on how to fix this, we are using this package uncommitted, so applying patches can be difficult.
Thank you for this package!
The text was updated successfully, but these errors were encountered:
jindra12
added a commit
to jindra12/icalevents
that referenced
this issue
Apr 12, 2023
You can fairly easily remap the events into an event that has an object with the property cats. Is this still needed? If yes I can hack up a solution for you :-)
Hello everyone!
When parsing events on files such as basic.ics.zip, parser crashes since icalendar parses categories as an array and your package expects them to be an object with property "cats" on it. The problem line is in file icalparser.py, 228. Would appreciate some hints on how to fix this, we are using this package uncommitted, so applying patches can be difficult.
Thank you for this package!
The text was updated successfully, but these errors were encountered: