v3
latestSwagger 2.02026-08-067506752.0 MBcalendar
Create a new calendar entry
post/v2/org/{orgId}/calendar-event
Path parameters
orgIdstring required
Org identifier (either id or slug)
Request body
Example request
{
"orgId": "665f3ad1e47a82bf1d3d180b",
"calendarId": "665f3aabe88164e4ef6c3a22",
"from": "2024-02-29",
"until": "2024-04-01",
"entityType": "PERSON",
"entityId": "665f6952552f7e3e5beea7c9",
"personId": "665f6952552f7e3e5beea7c9"
}Response
Created