How to know the day I have right-clicked on the calendar ?

Hello,

I want to know the day I have right clicked in week view when I right-clicked outside an event.

I have see this event
scheduler.attachEvent(“onContextMenu”, function(event_id, native_event_object){
if (event_id != null) {//click on event}
else {//click outside event}
}

but it does not provides me enought informations,

could you help me ?
Thanks
Yannick

There is no public API to obtain such info
Some code which can be taken from next discussion
viewtopic.php?f=6&t=14550