Open JSpiner opened 7 years ago
There is a problem with how the function (parseICS
) is written and using decoded
.
In this line when we get the error:
result = component.decoded(row[0]) # <- error in here!
component
is an Event
row[0]
is Trigger (not a property in Event), so we would want there to be an error.
Edit: so this issue can be closed
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.