collective / icalendar

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

Test with PyICU timezones [Python, guided by maintainer] #692

Open niccokunzmann opened 3 months ago

niccokunzmann commented 3 months ago

At the moment, we check icalendar with zoneinfo and pytz. We can also make sure that PyICU works.

devdanzin commented 1 week ago

For anyone trying to tackle this, building PyICU can be a hassle, so I suggest either using Anaconda or trying a wheel from https://github.com/cgohlke/pyicu-build/releases.