onEventSave in Week View

How to validate when creating new event in week view.

In Week view, when I create new event, the schedule not show the Lightbox, it only show the small box to input the text.

Please tell me what event can I use before the scheduler save the data?

onEventSave work only when the Ligthbox is shown.
Or how can I force the scheduler open the Lightbox in week view when I create new event.

Thanks.

You can use

scheduler.config.details_on_create = true; 

to enable lightbox for all modes
docs.dhtmlx.com/scheduler/api__s … onfig.html

Very nice, thank you.