summaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync--date-to-time.el
AgeCommit message (Collapse)Author
36 hoursfix(calendar-sync): handle variable-length date lists in RRULE UNTILCraig Jennings
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.