Configure CalDAV access for Org

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

2
.gitignore vendored
View File

@ -36,3 +36,5 @@
# The “compiled” version of the Org configuration
/configuration.el
/bookmarks
/org-caldav-*.el

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

View File

@ -144,6 +144,7 @@
objed
org
org-bullets
org-caldav
org-jekyll
org-projectile
org-projectile-helm