aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/calendar-sync-api-setup.org2
-rw-r--r--modules/calendar-sync.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/calendar-sync-api-setup.org b/docs/calendar-sync-api-setup.org
index 08efd9fe..3d172188 100644
--- a/docs/calendar-sync-api-setup.org
+++ b/docs/calendar-sync-api-setup.org
@@ -108,7 +108,7 @@ Add =:fetcher 'api= entries. Old =:url= entries stay on the
:file ,dcal-file)
(:name "pcal"
:fetcher ics
- :url "***REMOVED***"
+ :url "https://calendar.proton.me/api/calendar/v1/url/.../calendar.ics"
:file ,pcal-file)))
#+end_src
diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el
index b0bd8e38..804d71fa 100644
--- a/modules/calendar-sync.el
+++ b/modules/calendar-sync.el
@@ -72,7 +72,7 @@ Example:
:calendar-id \"primary\"
:file gcal-file)
(:name \"proton\"
- :url \"***REMOVED***"
+ :url \"https://calendar.proton.me/api/calendar/v1/url/.../calendar.ics\"
:file pcal-file)))")
(defcustom calendar-sync-private-config-file