Can anyone help me find a list of scopes for Google Calendar API?

I am trying to set up a conection to Google Calendar API in GCP, and for some reason the docs skip right over the scopes.  And it is a mandatory feild.  I just need to be able to ad apointments to calendar from backend.  Where can I find a list and description of scopes?

Solved Solved
2 2 76
1 ACCEPTED SOLUTION

Hi @Magicbooksio, As covered in Configure authentication section in documentation you can find the relevant scopes for Google Calendar API in OAuth 2.0 Scopes for Google APIs.

View solution in original post

2 REPLIES 2

Hi @Magicbooksio, As covered in Configure authentication section in documentation you can find the relevant scopes for Google Calendar API in OAuth 2.0 Scopes for Google APIs.

Awesome!  Thank you I was hoping I did not have to read through an encyclopedia to find it.  Thank you again.