Hi everyone,
I’m having trouble connecting Google Calendar in my setup. Here’s what’s happening:
- I successfully link my Google account using the client ID and client secret.
- The connection goes through without errors, but my calendar doesn’t show up afterward.
These are the Auth URL and Access Token URL I’m using.
- Authorization URL:
https://accounts.google.com/o/oauth2/v2/auth
- Access Token URL:
https://oauth2.googleapis.com/token
I’ve double-checked the client ID and secret, and everything seems to be in place. Still, no calendar appears after the connection.
Does anyone have any ideas or suggestions on what might be going wrong? I’d really appreciate the help!
Thanks in advance!
PS: in the image the Auth is ‘body’, but that was me testing, I’ve also tried the default ‘header’