For Dashboard Designers Reference CalendarView
Friday, March 15, 2019 10:27 PMCalendarView
Labels: :IA_Function:IA_CalendarView
Inherits from: Function and View
The CalendarView Function renders a calendar with events.
Function parameters
| Key | Description | Default value | Possible values | 
|---|---|---|---|
events.id | 
Unique IDs of all events. | Array of strings/numbers | |
events.title | 
Titles of all events. | Array of strings | |
events.start | 
Starting date/times of all events. | Array of ISO8601 date/time strings | |
events.end | 
End date/times of all events. | Array of ISO8601 date/time strings | |
events.allDay | 
Indicates whether events are all-day events or not | Array of booleans | |
events.color | 
Background colors of all events. | Array of css color strings (e.g. #ff0000 or red). | 
|
events.textColor | 
Text colors of all events. | Array of css color strings (e.g. #ff0000 or red). | 
|
events.{...} | 
Custom properties of all events. | Array | 
Outgoing triggers
Type: eventClick
Occurrence: When the user clicks an event.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values | 
|---|---|---|
event | 
The clicked event. | Object with properties stored in the event. | 
Type: dayClick
Occurrence: When the user clicks a day.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values | 
|---|---|---|
date | 
The clicked day | ISO8601 date/time string |