Logo
Zoom Public API Documentation

calendars-{calId}-events-{eventId}

Number of APIs: 3


1. Delete an existing event from the specified calendar

DELETE {{baseUrl}}/calendars/:calId/events/:eventId?sendUpdates=none



2. Get the specified event on the specified calendar

GET {{baseUrl}}/calendars/:calId/events/:eventId



3. Update the specified event on the specified calendar

PATCH {{baseUrl}}/calendars/:calId/events/:eventId?sendUpdates=none



ENDPOINTS