| Appearance | 
| Working Start Hour | The start hour of a working day 
|  | workingStartHour |  
|  | int |  
|  | bindable |  | 
| Working End Hour | The end hour of a working day 
|  | workingEndHour |  
|  | int |  
|  | bindable |  | 
| 24 Hour Format | Whether or not to show 24 hour or 12 hour format 
|  | twentyFourHour |  
|  | boolean |  
|  | bindable |  | 
| Zoom | Zooms into the specified zoom time-range 
|  | autoZoom |  
|  | boolean |  
|  | bindable |  | 
| Zoomed Start Hour | The start hour zoomed in 
|  | autoZoomStartHour |  
|  | int |  
|  | bindable |  | 
| Zoomed End Hour | The end hour zoomed in 
|  | autoZoomEndHour |  
|  | int |  
|  | bindable |  | 
| Grid marks | Set the amount of grid lines | 
| Week Day Font | The font of the week day's text. | 
| Week Day Foreground Color | The color of the week day's text. 
|  | weekDaysForeground |  
|  | Color |  
|  | bindable |  | 
| Week Day Background Color | The color of the week day's background 
|  | weekDaysBackground |  
|  | Color |  
|  | bindable |  | 
| Calendar Background Color | The color of the calendar's background. 
|  | calendarBackground |  
|  | Color |  
|  | bindable |  | 
| Day Outline Color | The color of the day's outline 
|  | boxOutline |  
|  | Color |  
|  | bindable |  | 
| Today's Background Color | The color of the today's background 
|  | todayBackground |  
|  | Color |  
|  | bindable |  | 
| Hover Background Color | The background color of the hovered time 
|  | hoverBackground |  
|  | Color |  
|  | bindable |  | 
| Hour Font | The font for the hour of the day. | 
| Hour Foreground Color | The foreground color for hours in a day 
|  | hourForeground |  
|  | Color |  
|  | bindable |  | 
| Non-Working Hours Background Color | The background color for the non-working hours of the day 
|  | nonWorkingHourBackground |  
|  | Color |  
|  | bindable |  | 
| Event Font | The font for all calendar events. | 
| Styles | Contains the component's styles 
|  | styles |  
|  | Dataset |  
|  | bindable | expert |  | 
| Common | 
| Name | The name of this component. | 
| Visible | If disabled, the component will be hidden. | 
| Border | The border surrounding this component. NOTE that the border is unaffected by rotation. | 
| Mouseover Text | The text that is displayed in the tooltip which pops up on mouseover of this component. | 
| Cursor | The mouse cursor to use when hovering over this component. 
|  | cursorCode |  
|  | int |  
|  | 
| 0 | Default |  
| 1 | Crosshair |  
| 2 | Text |  
| 3 | Wait |  
| 12 | Hand |  
| 13 | Move |  
| 4 | SW Resize |  
| 5 | SE Resize |  
| 6 | NW Resize |  
| 7 | NE Resize |  
| 8 | N Resize |  
| 9 | S Resize |  
| 10 | W Resize |  
| 11 | E Resize |  |  | 
| Data | 
| Year | Set the calendar's year | 
| Month | Set the calendar's month | 
| Day | Set the calendar's day | 
| Calendar events | Contains the calendar events | 
| Hovered Time | The calendar's hovered time 
|  | hoveredTime |  
|  | String |  
|  | bindable |  | 
| Selected Event | The calendar's selected event 
|  | selectedEvent |  
|  | int |  
|  | bindable |  | 
| Hovered Event | The calendar's hovered event 
|  | hoveredEvent |  
|  | int |  
|  | bindable |  | 
| Data Quality | The data quality code for any tag bindings on this component. 
|  | dataQuality |  
|  | int |  
|  | bindable | expert |  |