Get Calendar Events
GET/calendars/events
Get Calendar Events
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
userId string
User Id - Owner of an appointment. Either of userId, groupId or calendarId is required
calendarId string
Either of calendarId, userId or groupId is required
groupId string
Either of groupId, calendarId or userId is required
startTime stringrequired
Start Time (in millis)
endTime stringrequired
End Time (in millis)
Successful response
- application/json
- Schema
- Example (auto)
Schema
eventsobject[]
List of calendar events
{
"events": [
{
"id": "ocQHyuzHvysMo5N5VsXc",
"calendarId": "CVokAlI8fgw4WjWoC3IS",
"title": "Appointment with John"
}
]
}