#Zoom Calendar API
Number of APIs: 33
You can use Zoom Calendar APIs to integrate Zoom Calendar into third-party applications or services, and build private services or public applications on theĀ Zoom App Marketplace .
Zoom Calendar APIs empower developers enables you to build custom scheduling solutions for specific industries, such as healthcare, education, and event management. For example, healthcare providers can use the Zoom Calendar API to integrate medical appointments into patient management systems. Educators can integrate Zoom scheduling features to manage virtual classes, office hours, and tutoring sessions. And event managers can use the Zoom Calendar API to provide virtual event scheduling and management features.
-
calendars-{calId}-events-{eventId} - Delete an existing event from the specified calendar DELETE {{baseUrl}}/calendars/:calId/events/:eventId?sendUpdates=none
-
calendars-{calId}-acl - Create a new ACL rule POST {{baseUrl}}/calendars/:calId/acl
-
calendars-{calId}-events-import - Import event to the specified calendar POST {{baseUrl}}/calendars/:calId/events/import
-
calendars-{calId}-events-watch - Watch for changes to event POST {{baseUrl}}/calendars/:calId/events/watch
-
calendars-{calId}-events-{eventId} - Get the specified event on the specified calendar GET {{baseUrl}}/calendars/:calId/events/:eventId
-
calendars-users-{userIdentifier}-calendarList - List the calendars in the user's own calendarList GET {{baseUrl}}/calendars/users/:userIdentifier/calendarList?maxResults=<integer>&minAccessRole=writer&pageToken=<string>&showDeleted=<boolean>&showHidden=<boolean>
-
calendars-users-{userIdentifier}-calendarList - Insert an existing calendar to the user's own calendarList POST {{baseUrl}}/calendars/users/:userIdentifier/calendarList?colorRgbFormat=<boolean>
-
calendars-{calId} - Get the specified calendar GET {{baseUrl}}/calendars/:calId
-
calendars-users-{userIdentifier}-calendarList-watch - Watch for changes to the user's own calendarList POST {{baseUrl}}/calendars/users/:userIdentifier/calendarList/watch
-
calendars-users-{userIdentifier}-calendarList-{calendarId} - Get a specified calendar from the user's own calendarList GET {{baseUrl}}/calendars/users/:userIdentifier/calendarList/:calendarId