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
('TRIGGER', <icalendar.prop.vDDDTypes object at 0x7f0a45697a90>) None
Traceback (most recent call last):
File "main.py", line 29, in <module>
eventDataList = calendars[0].getCalendarData(eventList)
File "/home/jspiner/soma/python-caldavclient/caldavclient/caldavclient.py", line 228, in getCalendarData
eventData = response.find("propstat").find("prop").find("calendar-data").text()
File "/home/jspiner/soma/python-caldavclient/caldavclient/caldavclient.py", line 304, in __init__
self.eventData = util.parseICS(eventData)
File "/home/jspiner/soma/python-caldavclient/caldavclient/util.py", line 50, in parseICS
result = component.decoded(row[0])
File "/home/jspiner/soma/python-caldavclient/env/lib/python3.5/site-packages/icalendar/cal.py", line 240, in decoded
raise KeyError(name)
KeyError: 'TRIGGER'
I think it cannot decode TRIGGER vDDDTypes object.
The text was updated successfully, but these errors were encountered:
blow ics file, cannot decode 'TRIGGER' item.
I'm trying to parse every 'VEVENT' data.
below is my error
I think it cannot decode TRIGGER vDDDTypes object.
The text was updated successfully, but these errors were encountered: