Number of APIs: 3
1. Delete an existing event from the specified calendar
DELETE {{baseUrl}}/calendars/:calId/events/:eventId?sendUpdates=none
Deletes an event. Scopes: Rate Limit Label: calendar:write
,calendar:write:admin
HEAVY
2. Get the specified event on the specified calendar
GET {{baseUrl}}/calendars/:calId/events/:eventId
Returns a Zcalendar event. Scopes: Rate Limit Label: calendar:read
,calendar:read:admin
LIGHT
3. Update the specified event on the specified calendar
PATCH {{baseUrl}}/calendars/:calId/events/:eventId?sendUpdates=none
Updates an event. Scopes: Rate Limit Label: calendar:write
,calendar:write:admin
HEAVY
ENDPOINTS