collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
986 stars 171 forks source link

Generate VTIMEZONE components #722

Open niccokunzmann opened 6 days ago

niccokunzmann commented 6 days ago

The icalendar can be enhanced by allowing the generation of the VTIMEZONE component automatically. The problem we are facing is recorded here, too:

When someone creates an .ics file, they want to have it easy to create a valid file #596 and that includes VTIMEZONE information. The timezone information is given by zoneinfo/tzdata and can be translated into a VTIMEZONE component. However, this is not implemented in this package. May people would benefit from that.

Maybe, in this ecosystem, there is someone who has already implemented this. This could be evaluated:

See also:

niccokunzmann commented 6 days ago

I created a fundraiser to make this happen: https://gofund.me/b30287a9 Please fund!