diff options
| author | Craig Jennings <c@cjennings.net> | 2025-12-02 07:55:21 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-12-02 07:55:21 -0600 |
| commit | edd3f1b447d663a43e04e3857634b38ec9ee7832 (patch) | |
| tree | ec425e2da8b6fc0043ba8a866fd81afe1390c6e9 /tests/test-integration-recurring-events.el | |
| parent | 2eb854c58b19f584685903b81260a29884e869e4 (diff) | |
| download | dotemacs-edd3f1b447d663a43e04e3857634b38ec9ee7832.tar.gz dotemacs-edd3f1b447d663a43e04e3857634b38ec9ee7832.zip | |
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.
Diffstat (limited to 'tests/test-integration-recurring-events.el')
| -rw-r--r-- | tests/test-integration-recurring-events.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-integration-recurring-events.el b/tests/test-integration-recurring-events.el index 0d32d9e01..4629e6ef8 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 |
