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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"calendar_resource_id":"\u003cstring\u003e","calendar_resource_email":"\u003cemail\u003e","calendar_resource_name":"\u003cstring\u003e"}