Scope Parameter (Connect-GoogleCalendar Cmdlet)
Identifies the Google API access that your application is requesting. Scopes are space-delimited.
Syntax
Connect-GoogleCalendar -Scope string
Data Type
cstr
Default Value
""
Remarks
Specify scope to obtain the initial access and refresh token.
By default the cmdlet requests only the scope https://www.googleapis.com/auth/calendar, but in some cases more scopes are required. For example, when downloading attachments with stored procedures the additional scope https://www.googleapis.com/auth/drive is also required.