Configure CalDAV access for Org

This commit is contained in:
2018-11-20 15:12:51 +01:00
parent 024cf82646
commit cd733501e6
3 changed files with 16 additions and 0 deletions

View File

@@ -2686,6 +2686,19 @@ An alternative could be
(start-process "xdg-open" "*open*" "open" fpath)))
#+END_SRC
** Load CalDAV entries from NextCloud
#+BEGIN_SRC emacs-lisp
(use-package org-caldav
:after org
:config
(setq
org-caldav-url "https://cloud.polonkai.eu/remote.php/dav/calendars/gergely"
org-caldav-calendar-id "org"
org-caldav-inbox (expand-file-name "cloud-calendar.org" org-directory)
org-caldav-files nil))
#+END_SRC
* Git & Co.
** Git status on the fringe