We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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!
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
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
Here is my config in my init.el file
Please advise.
Thank you!
The text was updated successfully, but these errors were encountered: