EventsScope Parameter (Connect-GoogleCalendar Cmdlet)
Specifies the event types to expose in the Data Model.
Syntax
Connect-GoogleCalendar -EventsScope string
Possible Values
UNIQUE, SINGLE, ALLData Type
cstr
Default Value
"UNIQUE"
Remarks
| UNIQUE | Includes single events and recurring events (with their exceptions), but not recurring event instances. |
| SINGLE | Includes single events and recurring events, but not recurring event instances and their exceptions. |
| ALL | Includes single events and all recurring event instances (but not their underlying parent events). |