Configure CalDAV access for Org
This commit is contained in:
parent
024cf82646
commit
cd733501e6
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@
|
|||||||
# The “compiled” version of the Org configuration
|
# The “compiled” version of the Org configuration
|
||||||
/configuration.el
|
/configuration.el
|
||||||
/bookmarks
|
/bookmarks
|
||||||
|
|
||||||
|
/org-caldav-*.el
|
||||||
|
@ -2686,6 +2686,19 @@ An alternative could be
|
|||||||
(start-process "xdg-open" "*open*" "open" fpath)))
|
(start-process "xdg-open" "*open*" "open" fpath)))
|
||||||
#+END_SRC
|
#+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 & Co.
|
||||||
|
|
||||||
** Git status on the fringe
|
** Git status on the fringe
|
||||||
|
@ -144,6 +144,7 @@
|
|||||||
objed
|
objed
|
||||||
org
|
org
|
||||||
org-bullets
|
org-bullets
|
||||||
|
org-caldav
|
||||||
org-jekyll
|
org-jekyll
|
||||||
org-projectile
|
org-projectile
|
||||||
org-projectile-helm
|
org-projectile-helm
|
||||||
|
Loading…
Reference in New Issue
Block a user