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

Default value: null

The event objects array.

Syntax
$(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;
Example
$("#eventscalendar").wijevcal(
      { eventsData: [{id: "appt1", 
          start: new Date(2011, 4, 6, 17, 30), 
          end: new Date(2011, 4, 6, 17, 35) }] });
See Also

Reference

options type
wijevcal jQuery Widget