summaryrefslogtreecommitdiff
path: root/assets/abbrev_defs
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
commit4080daf948b23d0b6b59394623e12983f0a9cfad (patch)
tree88a190369d5ecf29ecc03ad94c0808137224c370 /assets/abbrev_defs
parent3b120b35fff1e21114c7ff189def31b538c7a2ac (diff)
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/abbrev_defs')
-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)