GET/users/{userId}/calendar-personals/{calendarId}

Gets private properties of a specified user's calendar.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

calendar.read
calendar

HTTP Request

GEThttps://www.worksapis.com/v1.0/users/{userId}/calendar-personals/{calendarId}

Path Parameters

ParameterTypeDescription
userId string 

User ID


required
example : userf7da-f82c-4284-13e7-030f3b4c756x 
calendarId string 

Calendar ID


required
example : calendar-96b8-4c74-8277-7953e0b4604a 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
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 

Response Example

example

1{2  "displayOrder": 9999,3  "calendarId": "calendar-96b8-4c74-8277-7953e0b4604a",4  "calendarName": "nameOf_99517579704",5  "isShowOnLNBList": true,6  "resourceLocation": 141017}

HTTP 403

Forbidden

HTTP 404

Not Found