Closed mattiasdrp closed 8 months ago
(use-package org-gcal :demand t :custom (org-gcal-client-id (get-secrets-config-value 'org-gcal-client-id)) (org-gcal-client-secret (get-secrets-config-value 'org-gcal-client-secret)) (org-gcal-fetch-file-alist `( (,(get-secrets-config-value 'calendar-user) . "~/org/calendar_user.org"))))
I did everything (create ID, secret key etc) but when I call org-gcal-fetch or org-gcal-sync I have the following error message:
org-gcal-fetch
org-gcal-sync
deferred error : (error "No suitable browser for URL https://accounts.google.com/o/oauth2/auth?scope=...
Nevermind, it was an issue with browse-url, sorry for noice
I did everything (create ID, secret key etc) but when I call
org-gcal-fetch
ororg-gcal-sync
I have the following error message: