diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-09 23:40:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-09 23:40:26 -0500 |
| commit | 0a8689c6de0dac9dd91cbb45b31d200fbeb60731 (patch) | |
| tree | 769285d16a8ae1b422972c5de44519cc1f50bd8c /assets | |
| parent | d628806092a128c86ae421b98af84eda90878f34 (diff) | |
| download | dotemacs-0a8689c6de0dac9dd91cbb45b31d200fbeb60731.tar.gz dotemacs-0a8689c6de0dac9dd91cbb45b31d200fbeb60731.zip | |
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.
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/abbrev_defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/abbrev_defs b/assets/abbrev_defs index 559a4df25..581684722 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) |
