List of variables that can be used with this class.
| Type | Name | Description | Default | Access |
| string | version | Get the current version of the chart | n/a | public |
| string | table | The name of the table which holds event data | events | public |
| string | calenderid | The id of the eventcalendar in the template | calendar | public |
| string | datepickerid | The id of the calendar in the template | datepicker | public |
| string | eventid | The id of the event form for entering data in the template | event | public |
| array | available_users | The available calendar for the particular user | empty array | public |
| string | backend_type | The default backend type. Can be database, demo, gcal, calDAV. Currently only database is available | database | public |
| string | printformat | The default printing format of the events when print button is clicked. Can be pdf or html | pdf | public |
| boolean | multiple_cal | If this option is set to true it is possible to view the data in multiple calendar users | false | public |
| boolean | multiple_size | This option have effect only if multiple_cal is true and determineds the number of visble users in the select (multiple option in the select) | false | public |