Calendar
Calendar or agenda display
Attributes
- options
query
- Dispatch querydayFormat
- string array of day formats used to display the entry in the calendartrackerDayFormat
- tracker handle to format mapping for tracker based displayinitialView
- "agenda" | "month"
Day formats
:icon
- tracker or swimlane icon:color
- color:body
- single line body:bodyMultiline
- multiline body truncated to 512 characters:template
- single line template (based on the Tracker):templateMultiline
- multi line template
Default for mobile is [":default", ":color", ":body"]
. The default for web is [":default", ":color", ":icon", ":body"]
Info
Note that the dispatch query should not include a from
clause. This will be added automatically to correspond to the user selected time frame.
Example
{
"title": "Calendar",
"icon": "far fa-calendar",
"target": "calendar",
"options": {
"query": "all users",
"dayFormat": [":icon", ":templateMultiline"],
"trackerDayFormat": {
"photo": [":icon"]
}
}
}