queries
| fields to specify the fields to display in the Calendar. |
Specifies the data blocks to be merged in the Calendar component. The available data blocks appear at the top of the Toolbox panel in Visual Composer.) See Filter Multiple Data Blocks for more information about merging data blocks. The selected data blocks must be compatible in the sense described there.

Example
Calendar1.queries = ['LimitedProducts', 'ProductInfo'];
Calendar1.fields = ['State'];
|
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. |