GET/users/{userId}/calendar-personals/{calendarId}
Gets private properties of a specified user's calendar.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
calendar.read
calendar
| Parameter | Type | Description |
|---|---|---|
| userId | string | User ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| calendarId | string | Calendar ID required example : calendar-96b8-4c74-8277-7953e0b4604a |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| calendarId | string | Calendar ID required |
| calendarName | string | Calendar name required maxLength : 50 |
| isShowOnLNBList | boolean | Indicates whether to make the calendar visible on the calendar list. required |
| displayOrder | number | Display order required |
example
1{2 "displayOrder": 9999,3 "calendarId": "calendar-96b8-4c74-8277-7953e0b4604a",4 "calendarName": "nameOf_99517579704",5 "isShowOnLNBList": true,6 "resourceLocation": 141017}Forbidden
Not Found