From 4080daf948b23d0b6b59394623e12983f0a9cfad Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 9 Mar 2026 23:40:26 -0500 Subject: fix(calendar-sync): handle variable-length date lists in RRULE UNTIL 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. --- assets/abbrev_defs | 1 + 1 file changed, 1 insertion(+) (limited to 'assets') diff --git a/assets/abbrev_defs b/assets/abbrev_defs index 559a4df2..58168472 100644 --- a/assets/abbrev_defs +++ b/assets/abbrev_defs @@ -218,6 +218,7 @@ ("hospiralization" "hospitalization" nil :count 0) ("hrie" "hire" nil :count 0) ("htey" "they" nil :count 3) + ("humaize" "humanize" nil :count 0) ("humerous" "humorous" nil :count 0) ("hygeine" "hygiene" nil :count 1) ("hygene" "hygiene" nil :count 0) -- cgit v1.2.3