Default value: null
The event objects array.
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijevcal("option", "eventsData"); // Set value var newValue; // Type: object $(".selector").wijevcal("option", "eventsData", newValue); });
var eventsData : object;
$("#eventscalendar").wijevcal( { eventsData: [{id: "appt1", start: new Date(2011, 4, 6, 17, 30), end: new Date(2011, 4, 6, 17, 35) }] });
options type wijevcal jQuery Widget