fires when the scheduler switches views, days, time etc. to show the event specified by the 'showEvent' method and fires AFTER the event is displayed
event | object | the event's object |
view | string | the name of a view used to display the event |
scheduler.attachEvent("onAfterEventDisplay", function(event,view){
//any custom logic here
});