Add a calendar resource to a calendar service

POST {{baseUrl}}/rooms/calendar/services/:serviceId/resources

Use this API to add a calendar resource to a Microsoft Exchange or Office 365 calendar service in a Zoom Room account.

Note: This API does not support adding a calendar resource to a Google calendar service.

Prerequisites: * A Pro or a higher plan with a Zoom Rooms license.

Scopes: room:write:admin

Rate Limit Label: Medium

Request Body

{"calendar_resource_email"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;calendar_resource_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;calendar_resource_email&quot;:&quot;\u003cemail\u003e&quot;,&quot;calendar_resource_name&quot;:&quot;\u003cstring\u003e&quot;}