jazzband / icalevents

Python module for iCal URL/file parsing and querying.
MIT License
160 stars 72 forks source link

Exception dictionary is not cleared between events #67

Closed ChrisAllen1982 closed 3 weeks ago

ChrisAllen1982 commented 4 years ago

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():
eigenmannmartin commented 3 weeks ago

this is fixed. Thank you very much for this issue. Closing now