diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-16 14:39:49 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-17 17:38:53 +0200 |
commit | bc6c85e6738d94a553bec8e6d7f8283be30a4b46 (patch) | |
tree | 81ce97d40aa144b55606b232ae462dd9850b318b | |
parent | 52508c33fb5b2945ffa4c46973bb9d70de6830e3 (diff) | |
download | dotfiles-bc6c85e6738d94a553bec8e6d7f8283be30a4b46.tar.gz dotfiles-bc6c85e6738d94a553bec8e6d7f8283be30a4b46.tar.bz2 dotfiles-bc6c85e6738d94a553bec8e6d7f8283be30a4b46.zip |
correct calendar
-rw-r--r-- | calendars.conf | 10 | ||||
-rw-r--r-- | 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 |