Google Calendar via API Connector - User Profile Endpoint

Hey Bubblers, I’m trying to allow users to “create an event” on their Google Calendars from my site. I’m currently here:

I thought the User Profile Endpoint would be https://www.googleapis.com/auth/userinfo.profile but it hasn’t been working so I guess not.

I’m 90% sure everything I currently have is correct since I was able to get to the Allow/Deny page.

However, when I return back to my site, I receive this message:

IMPORTANT LINKS:
Google Calendar API: Google Calendar API overview  |  Google for Developers
Google Scopes: Alcances de OAuth 2.0 para las APIs de Google  |  Authorization  |  Google for Developers

Can anyone offer any assistance?

Thanks,
Daniel

Hi Daniel,

Here’s the user endpoint for the calendar API: https://www.googleapis.com/calendar/v3/calendars/primary

I found that different Google services have different user endpoints. For example, Drive & Sheets will be: https://www.googleapis.com/drive/v3/files.


Gaby | Coaching Bubble

2 Likes

Thanks! I’ll definitely remember that in future. Unfortunately, I’m still receiving the same error message. Do you think what I previously have entered is incorrect?