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 found that some events do not have a "description" element, raising a KeyError in ical.py.
Since the ical description seems to accept a None value, simplest fix would be to use instead
e.description=event.get("description")
The text was updated successfully, but these errors were encountered:
I found that some events do not have a
"description"
element, raising aKeyError
inical.py
.Since the ical description seems to accept a
None
value, simplest fix would be to use insteadThe text was updated successfully, but these errors were encountered: