mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
71d41dc3d2
As explained in [0], when creating a calendar via the web interface, Baikal sets cal:calendar-timezone to a timezone string instead of a VTIMEZONE object. This causes an issue when querying events with expanded recurrences, see [1]. To work around this, create a new DateTimeZone object from the string. [0] https://github.com/sabre-io/Baikal/issues/1241 [1] https://github.com/sabre-io/Baikal/issues/1325