Add initial not quite working org-caldav config

This commit is contained in:
2024-07-09 18:08:16 -07:00
parent b95df5c2b0
commit d00286712f
2 changed files with 11 additions and 0 deletions

View File

@@ -49,6 +49,15 @@
((agenda "")
(tags-todo "-someday-recurring"))))))
;; (use-package! org-caldav
;; :defer t
;; :config
;; (setq org-caldav-url "https://nextcloud.johnogle.info/remote.php/dav/calendars/johno"
;; org-caldav-calendar-id "personal"
;; org-icalendar-timezone "America/Los_Angeles"
;; org-caldav-inbox "~/org/calendar.org"
;; org-caldav-files nil
;; org-caldav-sync-direction 'cal->org))
;; Whenever you reconfigure a package, make sure to wrap your config in an

View File

@@ -48,3 +48,5 @@
;; (unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;; (unpin! t)
;; (package! org-caldav)