summaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync--date-to-time.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(calendar-sync): handle variable-length date lists in RRULE UNTILCraig Jennings2026-03-091-0/+121
date-to-time used (reverse date) which broke when RRULE UNTIL values were parsed as 5-element lists (year month day hour minute) from UTC timestamps. This caused recurring events with UTC UNTIL dates to expand to 0 occurrences, producing stale calendar entries.