skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
https://vobject.sameenkarim.com
258 stars 93 forks source link

Don't assume timezone offsets to be full hours #157

Closed rixx closed 5 months ago

rixx commented 4 years ago

This breaks .ics files for all events in odd-offset timezones, such as Australia/Adelaide (if the client parses the provided timezones).

da4089 commented 9 months ago

Merged to https://github.com/py-vobject/vobject -- thanks for the report!

rixx commented 9 months ago

@da4089 Oh, nice to see some life in this project! Are you planning to release your fork to PyPI (and if so, under which name / package)?

edit: just spotted the discussion at py-vobject/vobject#1, will subscribe and hope for good news soon!

rixx commented 5 months ago

Closed as merged.