jazzband / icalevents

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

mentioned required format for parse_events #108

Closed RahulARanger closed 2 years ago

RahulARanger commented 2 years ago

mentioned parse_events requires the start and end dates in UTC format

parse_events is a cool function, I didn't expect that it would require start and end dates in UTC formats. I guess its worth mentioning it in Docs. I noticed certain small differences if used with dates of local time zone.