Default value: []
Array of the calendar names which need to be shown.
$(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;
$("#eventscalendar").wijevcal("option", "visibleCalendars", ["My Calendar"]);
options type wijevcal jQuery Widget