CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/02/02 02:58:45
Modified files:
productivity/baikal: Makefile
Added files:
productivity/baikal/patches:
patch-vendor_sabre_dav_lib_CalDAV_Plugin_php
Log message:
productivity/baikal: add timezone workaround for recurrence expansion
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