From bc6c85e6738d94a553bec8e6d7f8283be30a4b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 16 May 2022 14:39:49 +0200 Subject: correct calendar --- calendars.conf | 10 +++++++--- config/doom/config.org | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/calendars.conf b/calendars.conf index 2dd9598..7362346 100644 --- a/calendars.conf +++ b/calendars.conf @@ -8,12 +8,16 @@ back=28 [contacts] outfile=~/org/contacts.org user = oscar -passwordstore=CS_storage/cloud.oscarnajera.com +passwordstore=CS_storage/cloud.oscarnajera.com/oscar url=https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/{}?export addressbooks=contacts [personal] user = oscar -passwordstore=CS_storage/cloud.oscarnajera.com +passwordstore=CS_storage/cloud.oscarnajera.com/oscar url=https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar/{}?export -calendars = habitual personal +calendars = habitual personal-1 + +[catalyst] +url=https://calendar.google.com/calendar/ical/c_jvsrkmkigu6ibgkmk5dr86bd7g@group.calendar.google.com/public/{}.ics +calendars = basic diff --git a/config/doom/config.org b/config/doom/config.org index 8bab6f4..aaa3603 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -144,7 +144,7 @@ this new window. "f" #'cal-sync-import-file)) :config (setq cal-sync-url "https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar" - cal-sync-calendar-id "personal" + cal-sync-calendar-id "personal-1" org-icalendar-date-time-format ":%Y%m%dT%H%M%SZ")) #+end_src ** References -- cgit v1.2.3