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 /modules/user-constants.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 'modules/user-constants.el')
| -rw-r--r-- | modules/user-constants.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el index c4c7a1066..3b248ddda 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -131,6 +131,10 @@ Used by transcription module and other audio-related functionality.") "The location of the org file containing Google Calendar information. Stored in .emacs.d/data/ so each machine syncs independently from Google Calendar.") +(defvar pcal-file (expand-file-name "data/pcal.org" user-emacs-directory) + "The location of the org file containing Proton Calendar information. +Stored in .emacs.d/data/ so each machine syncs independently from Proton Calendar.") + (defvar reference-file (expand-file-name "reference.org" org-dir) "The location of the org file containing reference information.") |
