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 | 0f6ebba4ac9a6ff2d0c5da8182ae7fa4803cc14e (patch) | |
| tree | 09fc01b042753f9d3ae975844debc44fc2b6759a /data/calendar-sync-state.el | |
| parent | 6fcbae0f496b13e873756092fbcc147c1480e7e1 (diff) | |
| download | dotemacs-0f6ebba4ac9a6ff2d0c5da8182ae7fa4803cc14e.tar.gz dotemacs-0f6ebba4ac9a6ff2d0c5da8182ae7fa4803cc14e.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 'data/calendar-sync-state.el')
| -rw-r--r-- | data/calendar-sync-state.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/calendar-sync-state.el b/data/calendar-sync-state.el index 0609295d..be2dfe90 100644 --- a/data/calendar-sync-state.el +++ b/data/calendar-sync-state.el @@ -1 +1 @@ -((timezone-offset . -28800) (last-sync-time 26916 16431 408271 958000))
\ No newline at end of file +((timezone-offset . -21600) (calendar-states ("google" :status ok :last-sync (26926 60033 184652 61000) :last-error nil) ("proton" :status ok :last-sync (26926 60014 712405 453000) :last-error nil)))
\ No newline at end of file |
