AladiaDocs
Api referenceCalendarsPrivate events

Create a private event

POST
/v2/calendars/private-events/{profileId}
AuthorizationBearer <token>

In: header

Path Parameters

profileId*string

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