org-caldav syncs with my Nextcloud server calendar with my
phone and My Org-mode Agendas.
if sync fails because of links to non-exported files: add #+OPTIONS: broken-links:t
to the doc like I
did on Projects.
use-package org-caldav
(
:configsetq org-caldav-url "https://files.fontkeming.fail/remote.php/dav/calendars/rrix"
("org-agendas"
org-caldav-calendar-id "~/org/Events.org" "From Caldav")
org-caldav-inbox '(file+headline "~/org/Events.org" "~/org/chores.org" "~/org/Habits.org" "~/org/Projects.org")
org-caldav-files '("America/Los_Angeles"
org-icalendar-timezone 10))
org-icalendar-alarm-time
provide 'cce/org-caldav) (