Remove the org-caldav package

This commit is contained in:
Gergely Polonkai 2023-10-23 07:31:57 +02:00
parent c7a948c9da
commit 67acc6c258
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 13 deletions

View File

@ -2822,19 +2822,6 @@ This is a big one; I use a lot of customisation here.
("r" . org-random-todo)))
#+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
** Improved list management
#+BEGIN_SRC emacs-lisp