Skip to content

Create a(n) Calendar record​

POST
/calendar

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Request Body​

application/json
object
object
One of
object
object
One of

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"TaskId": 0,
"UserId": "string",
"Date": "string",
"EndDate": "string",
"Duration": 0,
"Subject": "string",
"Notes": "string",
"Location": "string",
"Alarms": "string",
"LinkType": null,
"LinkId": 0,
"AlarmBeforeMins": 0,
"Snooze": "string",
"IsSnoozed": true,
"LastModified": "string",
"RecurringId": 0,
"OutlookId": "string",
"Planner": {
"Rollup": "string",
"Type": 0,
"Ids": [
"string"
]
},
"ActivityType": "string",
"Result": "string",
"Stage": "string",
"Attendees": "string",
"EventType": 0,
"EventTypeImage": "string",
"EventTypeColorCode": "string",
"EventTypeDescription": "string",
"RecurringPattern": "string",
"RecurringException": "string",
"RecurringEnd": "string",
"RecurringDay": "string",
"RecurringCount": 0,
"RecurringType": null,
"CalendarId": 0,
"IsAllDayAppointment": true
}

Playground​

Authorization
Body

Samples​