org-caldav
org-caldav copied to clipboard
Google Calendar error:org->ca
caldav appears to be working for me with the following init settings:
(require 'org-caldav) (setq org-caldav-url "https://www.google.com/calendar/dav") (setq org-caldav-calendar-id "[email protected]") (setq org-caldav-inbox "~/Box Sync/org/calendar.org") (setq org-caldav-files (list "~/Box Sync/org/personal.org" "~/Box Sync/org/career.org" ))
There is no Lisp error.
But the org-caldev sync result has "Status: error Action: error:org->cal" for each event.
Any ideas what might be wrong?
You should set org-caldav-url to 'google See https://github.com/dengste/org-caldav#in-a-nutshell