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 .
emacs-lisp source:(use-package org-caldav :config (setq org-caldav-url "https://files.fontkeming.fail/remote.php/dav/calendars/rrix" org-caldav-calendar-id "org-agendas" org-caldav-inbox '(file+headline "~/org/Events.org" "From Caldav") org-caldav-files '("~/org/Events.org" "~/org/chores.org" "~/org/Habits.org" "~/org/Projects.org") org-icalendar-timezone "America/Los_Angeles" org-icalendar-alarm-time 10)) (provide 'cce/org-caldav)