Returns instances of the specified recurring event.
Path parameters
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword
Recurring event identifier
Query parameters
The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional
Maximum number of events returned on one result page. By default the value is 250 events. The page size can never be larger than 2500 events. Optional
The original start time of the instance in the result. Optional
Token specifying which result page to return. Optional
Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events will still be included if singleEvents is False. Optional. The default is False
Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset
Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset
Time zone used in the response. Optional. The default is the time zone of the calendar
Response
A gcalendar:Events if successful, otherwise an error