caldav only syncs org->cal as "backup"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user