Closed Dan-Peck closed 2 weeks ago
Including some additional notes, for any future reference needed. iCal specification does allow for different ways to specify multiple Excluded Dates, but they are specified a bit differently depending on the server constructing the ICS VEVENT
data. Samples follow:
DTSTART;TZID=Pacific Standard Time:20241008T093000
EXDATE;TZID=Pacific Standard Time:20241015T093000,20241022T093000,20241029T
093000,20241105T093000
DTSTART;TZID=America/New_York:20240820T080000
EXDATE;TZID=America/New_York:20240920T080000
EXDATE;TZID=America/New_York:20241120T080000
EXDATE;TZID=America/New_York:20250120T080000
Merged in @ 9030e16 and added to the queue for upcoming release to the live site.
EXDATE
parsing of ICAL content was corrected in #2196, but it was discovered that an issue still remains in some scenarios when there are multipleEXDATE
values supplied.This is evidenced in the following
VEVENT
sample where the20241105T093000
still shows on the calendar: