summaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync.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
commitd1840d4f73c9800acecf93801b85e3ee650292c0 (patch)
tree865cfef6142eddd50a54789983bd5a98c659edac /tests/test-calendar-sync.el
parentc105848e4f14ceef6e2ea7568364ed553387c595 (diff)
downloaddotemacs-d1840d4f73c9800acecf93801b85e3ee650292c0.tar.gz
dotemacs-d1840d4f73c9800acecf93801b85e3ee650292c0.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.el')
-rw-r--r--tests/test-calendar-sync.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-calendar-sync.el b/tests/test-calendar-sync.el
index 7cda5e73..144d6486 100644
--- a/tests/test-calendar-sync.el
+++ b/tests/test-calendar-sync.el
@@ -8,8 +8,8 @@
;;; Code:
(require 'ert)
-(require 'calendar-sync)
(require 'testutil-calendar-sync)
+(require 'calendar-sync)
;;; Test Data