v3
latestSwagger 2.02026-08-067506752.0 MBcalendar
Returns calendar events visible to the current user in a calendar
get/v2/org/{orgId}/calendar/{calendarId}/events
Path parameters
orgIdstring required
Org identifier (either id or slug)
calendarIdstring required
Calendar id
Query parameters
startDatestring date
Date to get events from, inclusive
endDatestring date
Date to get events until, inclusive
Response
successful operation
Example response
{
"data": [
{
"id": "665f68b537795e0cb768bb74",
"orgId": "665f3ad1e47a82bf1d3d180b",
"calendarId": "665f3aabe88164e4ef6c3a22",
"from": "2024-02-29",
"until": "2024-04-01",
"entityType": "PERSON",
"entityId": "665f6952552f7e3e5beea7c9",
"personId": "665f6952552f7e3e5beea7c9",
"createId": "588f7ee98f138b19220041a7",
"createBehalfId": "588f7ee98f138b19220041a7",
"createAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"createAt": "2017-01-24T13:57:52Z",
"updateId": "588f7ee98f138b19220041a7",
"updateBehalfId": "588f7ee98f138b19220041a7",
"updateAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"updateAt": "2017-01-24T13:57:52Z",
"deleteId": "588f7ee98f138b19220041a7",
"deleteBehalfId": "588f7ee98f138b19220041a7",
"deleteAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"deleteAt": "2017-01-24T13:57:52Z"
}
],
"access": [
{
"ids": [
"588f7ee98f138b19220041a7"
]
}
]
}