Wijmo UI for the Web
calendars Option
wijmo.evcal.wijevcal Namespace > options type : calendars Option

Default value: []

Available calendar objects array. This option is read-only. Use addCalendar/updateCalendar/deleteCalendar methods in order to add/edit or delete a calendar.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijevcal("option", "calendars");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijevcal("option", "calendars", newValue);
        
});
var calendars : array;
Example
var calendars = $("#eventscalendar")
      .wijevcal("option", "calendars");
See Also

Reference

options type
wijevcal jQuery Widget