summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-09 23:40:26 -0500
committerCraig Jennings <c@cjennings.net>2026-03-09 23:40:26 -0500
commit818cf167159668efc736930549d3001081c2383f (patch)
tree8a47badf09d34733f23c9d4bf8f674e3cab6ffd6 /assets
parente72d0d49a442b843a3fc721f070f6a7713d1f87d (diff)
downloaddotemacs-818cf167159668efc736930549d3001081c2383f.tar.gz
dotemacs-818cf167159668efc736930549d3001081c2383f.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_defs1
1 files changed, 1 insertions, 0 deletions
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)