Open rhoeberg opened 7 years ago
The version I have is:
(setq org-caldav-files `("~/dir/google-cal-1.org"))
I don't know how to add the var org-agenda-files-list
and this specific relative path.
Entries seem to sync up to the server, but not back down to org-caldav-inbox
I get
Contacting host: dav.nextcloud.com:443
ID properties created in file "~/dir/google-cal-1.org"
Putting event 1 of 1
helm-M-x: Error while getting eventlist from
https://dav.nextcloud.com/principals/uid/a3blah//7215eb4blarg/. Got status code: 404.
Maybe the double //
before the 7
in the url is the problem for me.
I had caldav working some months ago, but stopped using. After trying to get back to it gives me an error: "Wrong type argument: stringp, nil"
this is my setup: (setq plstore-cache-passphrase-for-symmetric-encryption t) (setq org-caldav-url "secret.url/dav/") (setq org-caldav-calendar-id "96") (setq org-caldav-inbox (expand-file-name "~/org/cal.org")) (setq org-caldav-files '("~/gtd/gtd.org")) (setq org-icalendar-timezone "Europe/Berlin") (setq org-icalendar-alarm-time 15)
Below you can see the debug output. Could it be that its trying to add a file that doesnt exists? I have checked that my agenda files are all valid, and don't have any idea about where else to look for "ghost" files.