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

Parameters

id
Event object or event id.
Example
$("#wijevcal").wijevcal("goToEvent", 
  "apptid_dynid1ts1320322142549");
See Also

Reference

wijevcal type
wijevcal jQuery Widget