I'm getting a 404 error when posting an event. The Messages section
looks like this:
Decrypting /home/peter/.emacs.d/oauth2-auto.plist...done
Saving file /home/peter/.emacs.d/oauth2-auto.plist...
Wrote /home/peter/.emacs.d/oauth2-auto.plist
[error] request--callback: peculiar error: 404
[error] request-default-error-callback:
https://www.googleapis.com/calendar/v3/calendars//events error
(error http 404)
Status code: 404
(error http 404)
deferred error : (error "Got error 404: (error http 404)")
The relevant parts of my init.el look like:
(require 'org-gcal)
(setq org-gcal-client-id ""
oauth2-auto-manually-auth t
org-gcal-client-secret ""
org-gcal-file-alist '(("" . "")))
(org-gcal-reload-client-id-secret)
The other datapoint is that if I open the car of org-gcal-file-alist
in a browser it downloads the file basics.ics that contains my google
calendar. So it's obviously getting close ...
Can anyone suggest something wrong in this setup?
Any further tests I can run?
I'm getting a 404 error when posting an event. The Messages section
looks like this:
Decrypting /home/peter/.emacs.d/oauth2-auto.plist...done
Saving file /home/peter/.emacs.d/oauth2-auto.plist...
Wrote /home/peter/.emacs.d/oauth2-auto.plist
[error] request--callback: peculiar error: 404
[error] request-default-error-callback:
https://www.googleapis.com/calendar/v3/calendars//events error
(error http 404)
Status code: 404
(error http 404)
deferred error : (error "Got error 404: (error http 404)")
The relevant parts of my init.el look like:
(require 'org-gcal)
(setq org-gcal-client-id ""
oauth2-auto-manually-auth t
org-gcal-client-secret ""
org-gcal-file-alist '(("" . "")))
(org-gcal-reload-client-id-secret)
The other datapoint is that if I open the car of org-gcal-file-alist
in a browser it downloads the file basics.ics that contains my google
calendar. So it's obviously getting close ...
Can anyone suggest something wrong in this setup?
Any further tests I can run?