aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar-sync.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el
index a121eaf8..a73c3471 100644
--- a/modules/calendar-sync.el
+++ b/modules/calendar-sync.el
@@ -90,6 +90,18 @@ Example:
:url \"***REMOVED***"
:file pcal-file)))")
+;; Calendar sync (one-way: Google/Proton → Org)
+(setq calendar-sync-calendars
+ `((:name "google"
+ :url "***REMOVED***"
+ :file ,gcal-file)
+ (:name "proton"
+ :url "***REMOVED***"
+ :file ,pcal-file)
+ (:name "deepsat"
+ :url "***REMOVED***"
+ :file ,dcal-file)))
+
(defvar calendar-sync-interval-minutes 60
"Sync interval in minutes.
Default: 60 minutes (1 hour).")