Available calendar objects array. This option is read-only. Use addCalendar/updateCalendar/deleteCalendar methods in order to add/edit or delete a calendar.
$(function () {
// Get value
var returnsValue; // Type: array
returnsValue = $(".selector").wijevcal("option", "calendars");
// Set value
var newValue; // Type: array
$(".selector").wijevcal("option", "calendars", newValue);
});