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

Default value: []

Array of the calendar names which need to be shown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Array
    returnsValue = $(".selector").wijevcal("option", "visibleCalendars");
    
    // Set value
    var newValue; // Type:  Array
    $(".selector").wijevcal("option", "visibleCalendars", newValue);
        
});
var visibleCalendars : Array;
Example
$("#eventscalendar").wijevcal("option", 
      "visibleCalendars", ["My Calendar"]);
See Also

Reference

options type
wijevcal jQuery Widget