Wijmo UI for the Web
findEventById Method
wijmo.evcal Namespace > wijevcal type : findEventById Method
Find event object by id
Syntax
$(function () {
    var returnsValue; // Type:  object
    // Parameters
    var id; // Type:  any
    
    returnsValue = $(".selector").wijevcal("findEventById", id);
});
function findEventById( 
   id : any
) : object;

Parameters

id

Return Value

events data.
See Also

Reference

wijevcal type
wijevcal jQuery Widget