aboutsummaryrefslogtreecommitdiff
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
commit37a7bf1bf54512def40bee8405939d101a136f45 (patch)
tree88a190369d5ecf29ecc03ad94c0808137224c370 /assets
parent7ee1d232c78410f2079856726b880d993da1f166 (diff)
downloaddotemacs-37a7bf1bf54512def40bee8405939d101a136f45.tar.gz
dotemacs-37a7bf1bf54512def40bee8405939d101a136f45.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)