Create Calendar Subscription
Subscribes the current user to an external calendar by ICS URL. The URL is validated by fetching and parsing it, so a bad link fails here.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"url": "string",
"name": "string",
"color": "string"
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key