icalevents icon indicating copy to clipboard operation
icalevents copied to clipboard

Exception dictionary is not cleared between events

Open ChrisAllen1982 opened this issue 4 years ago • 0 comments

icalparser.py :280

The exceptions dictionary isn't cleared before each VEVENT item, so that exceptions compound accross VEVENTS and so valid events are rejected because of exception from previously processed items.

Line 280 should be moved inside the loop on line 281

for component in calendar.walk():

ChrisAllen1982 avatar Apr 21 '20 19:04 ChrisAllen1982