aboutsummaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync--extract-tzid.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-05 15:13:57 -0600
committerCraig Jennings <c@cjennings.net>2026-02-05 15:13:57 -0600
commit169a7e3cec4ecae4fb64bd4a4667a7149b36ac83 (patch)
treea1bbcd96a67fe029490f550cca4a4e44217953bb /tests/test-calendar-sync--extract-tzid.el
parent457000717970a1893685d55c620f6f050ca78e15 (diff)
downloaddotemacs-169a7e3cec4ecae4fb64bd4a4667a7149b36ac83.tar.gz
dotemacs-169a7e3cec4ecae4fb64bd4a4667a7149b36ac83.zip
feat(calendar-sync): add event details — attendees, organizer, status, URL
Add ICS text unescaping (RFC 5545), HTML stripping, and new fields (attendees/status, organizer, meeting URL) to calendar-sync.el. event-to-org now outputs org property drawers. 88 new tests across 10 test files, 146/146 pass. Also fix pre-existing test require order and keymap guard issues.
Diffstat (limited to 'tests/test-calendar-sync--extract-tzid.el')
-rw-r--r--tests/test-calendar-sync--extract-tzid.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-calendar-sync--extract-tzid.el b/tests/test-calendar-sync--extract-tzid.el
index d16aae40..95f51143 100644
--- a/tests/test-calendar-sync--extract-tzid.el
+++ b/tests/test-calendar-sync--extract-tzid.el
@@ -8,6 +8,7 @@
;;; Code:
(require 'ert)
+(require 'testutil-calendar-sync)
(require 'calendar-sync)
;;; Normal Cases