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. --- modules/user-constants.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/user-constants.el') diff --git a/modules/user-constants.el b/modules/user-constants.el index c4c7a106..3b248ddd 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.") -- cgit v1.2.3