Get Calendar Events
calendars_get_calendar_eventsRetrieve calendar events in a date range for a location. Filter by user, group, or calendar to get scheduled appointments and availability.
Instructions
Get Calendar Events [GET /calendars/events] Scopes: calendars/events.readonly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | User Id - Owner of an appointment. Either of userId, groupId or calendarId is required | |
| endTime | Yes | End Time (in millis) | |
| groupId | No | Either of groupId, calendarId or userId is required | |
| startTime | Yes | Start Time (in millis) | |
| calendarId | No | Either of calendarId, userId or groupId is required | |
| locationId | Yes | Location Id |