From cd733501e6e599977a1029e7b26cb21361b7c2e8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 20 Nov 2018 15:12:51 +0100 Subject: [PATCH] Configure CalDAV access for Org --- .gitignore | 2 ++ configuration.org | 13 +++++++++++++ customizations.el | 1 + 3 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index df9817d..20c5b68 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ # The “compiled” version of the Org configuration /configuration.el /bookmarks + +/org-caldav-*.el diff --git a/configuration.org b/configuration.org index acd3523..1196d2f 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 8d8fe00..94a3d66 100644 --- a/customizations.el +++ b/customizations.el @@ -144,6 +144,7 @@ objed org org-bullets + org-caldav org-jekyll org-projectile org-projectile-helm