Get all out-of-office entries for the authenticated user
Out of Office
Get all out-of-office entries for the authenticated user
If accessed using an OAuth access token, the SCHEDULE_READ scope is required.
GET
Get all out-of-office entries for the authenticated user
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Query Parameters
Maximum number of items to return
Required range:
1 <= x <= 250Example:
25
Number of items to skip
Required range:
x >= 0Example:
0
Sort results by their start time in ascending or descending order.
Available options:
asc, desc Example:
"?sortStart=asc OR ?sortStart=desc"
Sort results by their end time in ascending or descending order.
Available options:
asc, desc Example:
"?sortEnd=asc OR ?sortEnd=desc"