Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while checking for OPTIONS at URL 403 Forbidden #488

Open
AbeEtan opened this issue Apr 1, 2024 · 1 comment
Open

Error while checking for OPTIONS at URL 403 Forbidden #488

AbeEtan opened this issue Apr 1, 2024 · 1 comment

Comments

@AbeEtan
Copy link

AbeEtan commented Apr 1, 2024

Hello lovely people!

Everything is perfect. I am now stopped at this error. I have enabled this in my google settings but nothing.

org-caldav-check-dav: Error while checking for OPTIONS at URL https://apidata.googleusercontent.com/caldav/v2/[email protected]/events/: 403 Forbidden

image

Here is my config in my init.el file

;; Set up google calendar with org agenda
(package-install 'oauth2)
(package-install 'org-caldav)
(require 'org-caldav)
(setq org-caldav-oauth2-client-id "wefewfewfwefe.apps.googleusercontent.com")
(setq org-caldav-oauth2-client-secret "eferfewfefrefer")
(setq org-caldav-url 'google)
(setq org-caldav-calendar-id "[email protected]")
(setq org-caldav-files '("~/onedrive/RoamNotes/20231023001029-abe_calendar.org"))
(setq plstore-cache-passphrase-for-symmetric-encryption nil)

Please advise.

Thank you!

@AbeEtan
Copy link
Author

AbeEtan commented Apr 1, 2024

Found the solution. You need to enable calDav API
See here: dengste/org-caldav#168

I also just realized that I posted this issue on the wrong repository! Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant