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
commit3966bb60fe8cd2498ae01406085e74b74e7e6bba (patch)
tree1e8db6f4fea708e4875ef6451f165676be359179 /assets
parent9a0bb451712c1a1a0aa3cd7df106aa31ec641459 (diff)
downloaddotemacs-3966bb60fe8cd2498ae01406085e74b74e7e6bba.tar.gz
dotemacs-3966bb60fe8cd2498ae01406085e74b74e7e6bba.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 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)