Logo
Zoom Public API Documentation

Get the specified event on the specified calendar

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

Returns a Zcalendar event.

Scopes: calendar:read,calendar:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "attendees": [ { "additionalGuests": "<integer>", "displayName": "<string>", "email": "<email>", "optional": "<boolean>", "resource": "<boolean>", "responseStatus": "tentative" }, { "additionalGuests": "<integer>", "displayName": "<string>", "email": "<email>", "optional": "<boolean>", "resource": "<boolean>", "responseStatus": "declined" } ], "colorId": "<string>", "created": "<string>", "creator": { "email": "<string>" }, "description": "<string>", "end": { "date": "<string>", "dateTime": "<string>", "timeZone": "<string>" }, "etag": "<string>", "eventType": "<string>", "guestsCanInviteOthers": "<boolean>", "guestsCanModify": "<boolean>", "guestsCanSeeOtherGuests": "<boolean>", "iCalUID": "<string>", "id": "<string>", "kind": "<string>", "location": "<string>", "organizer": { "email": "<string>" }, "recurrence": [ "<string>", "<string>" ], "reminders": { "useDefault": "<boolean>", "overrides": [ { "method": "popup", "minutes": "<integer>" }, { "method": "popup", "minutes": "<integer>" } ] }, "sequence": "<integer>", "start": { "timeZone": "<string>", "date": "<date>", "dateTime": "<dateTime>" }, "status": "tentative", "summary": "<string>", "transparency": "opaque", "visibility": "default", "updated": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/calendars/:calId/events/:eventId' -H 'Accept: application/json'

ENDPOINTS