AladiaDocs
Api referenceCalendars

Add selections to a calendar

Create a selection

POST
/v2/calendars/selections

Create a selection

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/calendars/selections" \  -H "Content-Type: application/json" \  -d '{    "calendarIds": [      "string"    ]  }'
{}