From fac78a8fc92b27c37e678ee70824eb5f70ceee8b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 2 Dec 2025 07:55:21 -0600 Subject: feat(calendar-sync): multi-calendar support with property tests Added multi-URL calendar sync supporting Google and Proton calendars. Each calendar syncs to separate file with per-calendar state tracking. Added 13 property-based tests for RRULE expansion. Total: 150 tests passing. --- tests/test-integration-recurring-events.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-integration-recurring-events.el') diff --git a/tests/test-integration-recurring-events.el b/tests/test-integration-recurring-events.el index 0d32d9e0..4629e6ef 100644 --- a/tests/test-integration-recurring-events.el +++ b/tests/test-integration-recurring-events.el @@ -105,7 +105,7 @@ Validates: (let ((org-output (calendar-sync--parse-ics test-integration-recurring-events--weekly-ics))) ;; Should generate org-formatted output (should (stringp org-output)) - (should (string-match-p "^# Google Calendar Events" org-output)) + (should (string-match-p "^# Calendar Events" org-output)) ;; Should contain multiple GTFO entries (let ((gtfo-count (with-temp-buffer -- cgit v1.2.3