AladiaDocs
Api referenceCalendars

Add common events to a calendar

Create a common event

POST
/v2/calendars/common-events

Create a common event

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/common-events" \  -H "Content-Type: application/json" \  -d '{    "limit": 10,    "profileIds": [      "string"    ],    "calendarIds": [      "string"    ]  }'
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}