googleapis/google-api-ruby-client

Looking for documentation on the calendar_v3 API scopes type for services

uryelah opened this issue · 1 comments

Is there documentation on which calendar_v3 services utilize sensitive and private scopes?

In our application we use some of the calendar services in order to create and read calendar events.

Though the app passed the Google Console verification proccess for the app OAuth Consent screen, the unverified app page still shows to our users.
That leads me to believe we are unknownly calling sensitive scopes through the calendar services.

What is a good way or place to find the scope type called by each calendar service?

These are the services we are currently calling:

  • list_events
  • insert_event
  • update_event
  • delete_event
  • get_calendar_list
  • list_calendar_lists

Hi,
Calendar reference API can be found here: https://developers.google.com/calendar/api/v3/reference

I'm closing this issue.