diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-05 15:13:57 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-05 15:13:57 -0600 |
| commit | 169a7e3cec4ecae4fb64bd4a4667a7149b36ac83 (patch) | |
| tree | a1bbcd96a67fe029490f550cca4a4e44217953bb /tests/test-calendar-sync--helpers.el | |
| parent | 457000717970a1893685d55c620f6f050ca78e15 (diff) | |
| download | dotemacs-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--helpers.el')
| -rw-r--r-- | tests/test-calendar-sync--helpers.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-calendar-sync--helpers.el b/tests/test-calendar-sync--helpers.el index eb868952..864faa7f 100644 --- a/tests/test-calendar-sync--helpers.el +++ b/tests/test-calendar-sync--helpers.el @@ -7,6 +7,7 @@ ;;; Code: (require 'ert) +(require 'testutil-calendar-sync) (require 'calendar-sync) ;;; Setup and Teardown |
