How add a contextualmenu with rightclick event for any day?

Hi…
I need to show a contextual menu when I press right-click on any day in the scheduler month view.

Thanks in advance for your answers…

:smiley: Vagalez

There is a onContextMenu event, so you can attach any kind of menu ( dhtmlxmenu for example ) to the scheduler. Just add some code which will show menu, to the onContextMenu handler.