v3
latestSwagger 2.02026-08-067506752.0 MBcalendar
Update an existing calendar
patch/v2/org/{orgId}/calendar/{calendarId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
calendarIdstring required
Calendar id
Request body
Example request
{
"emoji": "💥",
"shareAccess": [
{
"userId": "5887a7718f138b6a2a0041a7",
"groupId": "5887a7718f138b6a2a0041a7",
"fields": "name,image,title"
}
],
"eligibility": {
"includePersonIds": [
"588f7ee98f138b19220041a7"
],
"excludePersonIds": [
"588f7ee98f138b19220041a7"
]
}
}Response
No Content