Edit

IABSD.fr/ports/productivity/baikal

Branch :

  • Show log

    Commit

  • Author : jtt
    Date : 2026-02-02 09:58:44
    Hash : 71d41dc3
    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