From b7cb1c51e5663419344d8b55766635801f3ee4c8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 5 Feb 2026 15:13:57 -0600 Subject: =?UTF-8?q?feat(calendar-sync):=20add=20event=20details=20?= =?UTF-8?q?=E2=80=94=20attendees,=20organizer,=20status,=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tests/test-calendar-sync--convert-tz-to-local.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-calendar-sync--convert-tz-to-local.el') diff --git a/tests/test-calendar-sync--convert-tz-to-local.el b/tests/test-calendar-sync--convert-tz-to-local.el index cf45aa61..07822780 100644 --- a/tests/test-calendar-sync--convert-tz-to-local.el +++ b/tests/test-calendar-sync--convert-tz-to-local.el @@ -9,8 +9,8 @@ ;;; Code: (require 'ert) -(require 'calendar-sync) (require 'testutil-calendar-sync) +(require 'calendar-sync) ;;; Normal Cases -- cgit v1.2.3