Overview
Retrieve my calendars and others calendars
Request
POST /Calendar/calendars
Response
The response will be an object containing the list of calendars:
| Name |
Type |
Description |
|
calendarFilter
|
string
|
Indicate the type of calendar (my_calendars/other_calendars)
|
|
calendarType
|
string
|
The location of calendars (e.g: main)
|
|
layout
|
string
|
Calendar Layout (e.g: calendar-main-scheduler)
|
|
recordModule
|
string
|
The record module
|
|
viewSource
|
string
|
The calendar source (e.g: calendar-main-panel)
|
Response Example
{
calendarFilter: "my_calendars"
calendarType: "main"
layout: "calendar-main-scheduler"
recordModule: "Calendar"
viewSource: "calendar-main-panel"
}
Change Log
| Version |
Change |
|
v11_14
|
Added /Calendar/modules POST endpoint.
|