From d00286712fed756e21eda4a9a65457cb107562c9 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Tue, 9 Jul 2024 18:08:16 -0700 Subject: [PATCH] Add initial not quite working org-caldav config --- config.el | 9 +++++++++ packages.el | 2 ++ 2 files changed, 11 insertions(+) diff --git a/config.el b/config.el index 44c4c88..c66be4d 100644 --- a/config.el +++ b/config.el @@ -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 diff --git a/packages.el b/packages.el index 364e6e9..9033f89 100644 --- a/packages.el +++ b/packages.el @@ -48,3 +48,5 @@ ;; (unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; (unpin! t) + +;; (package! org-caldav)