fires when the user clicks on an empty space in the scheduler (not on events)
date | object | a date which corresponds to the point that the user clicks on |
e | Event | a native event object |
scheduler.attachEvent("onEmptyClick", function (date, e){
//any custom logic here
});