diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index eaadbbf..beda9a9 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -241,8 +241,10 @@ this new window. (call-process "org_agenda_sync" nil (list :file (expand-file-name "~/org/caldav.org")) nil "--format" "org")) - (setq cal-sync-url "https://oscar@cloud.oscarnajera.com/remote.php/dav/calendars/oscar" - cal-sync-calendar-id "personal-1" + (setq cal-sync-connection + (cal-sync-calendar-create + "https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar/personal-1/" + "oscar" "~/org/caldav.org") org-icalendar-date-time-format ":%Y%m%dT%H%M%SZ")) #+end_src ** References |