month-view - only view - no new event

Hi Stanislav,
I want to use the month view only for viewing the events (and to jump to one day)
the jumping was no problem (i used your extention for it)
but i want to disable making new events in the month view…
is there a interface for it, or do i have to hack into the javascript file?

great support so far!!!

thanks,
Jörg

You can assign custom code to the onViewChange, similar to next

scheduler.attachEvent("onViewChange",function(mode,date){ scheduler.config.drag_create = scheduler.config.dblclick_create = (mode != month); })