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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: array returnsValue = $(".selector").wijevcal("option", "calendars"); // Set value var newValue; // Type: array $(".selector").wijevcal("option", "calendars", newValue); }); |
Javascript (Specification) | |
---|---|
|
var calendars = $("#eventscalendar") .wijevcal("option", "calendars");