caldav only syncs org->cal as "backup"

This commit is contained in:
paul-loedige
2024-01-05 18:25:32 +01:00
parent 27b9572a66
commit 7aeaa65973
+3 -2
View File
@@ -490,6 +490,7 @@ A lot of the config is also taken from [[https://www.reddit.com/r/orgmode/commen
#+begin_src emacs-lisp :tangle config.el #+begin_src emacs-lisp :tangle config.el
(after! org-caldav (after! org-caldav
(setq org-icalendar-include-todo 'all (setq org-icalendar-include-todo 'all
org-caldav-todo-percent-states '((0 "TODO") (1 "IN_PROGRESS") (2 "BLOCKED") (90 "REVIEW") (90 "TESTING") (100 "DONE") (100 "DELEGATED") (100 "CANCELED"))
org-caldav-sync-todo t)) org-caldav-sync-todo t))
#+end_src #+end_src
@@ -498,9 +499,9 @@ add the calendars to the org-caldav config
#+begin_src emacs-lisp :tangle config.el #+begin_src emacs-lisp :tangle config.el
(after! org-caldav (after! org-caldav
(setq org-caldav-url "https://cloud.ploedige.com/remote.php/dav/calendars/paul-loedige") (setq org-caldav-url "https://cloud.ploedige.com/remote.php/dav/calendars/paul-loedige")
(setq org-caldav-sync-direction 'org->cal)
(setq org-caldav-calendars (setq org-caldav-calendars
'((:calendar-id "todo" :files ("~/org/todo.org") '((:calendar-id "todo" :files ("~/org/todo.org")))))
:inbox "~/org/todo.org"))))
#+end_src #+end_src
** Org Roam ** Org Roam
*** set base directory *** set base directory