query
| fields to specify the fields to display in the Calendar. |
Specifies the data block to be used by the Calendar component. The available data blocks appear at the top of the Toolbox panel in Visual Composer.

Example
Calendar1.query = 'Sales';
Calendar1.fields = ['Date'];
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |