event for multi_day

Hello,

at week view mode, how i can create the event that has multi_day?
(although I set : scheduler.config.multi_day = true;)

Thanks.

You can’t do it through dnd actions.
But if in editor you will set different days for start and end dates - it will be rendered in multi-day area.

My question is similar :
If i create a multi day event in week day : it didn’t render in day view or week view or custom unit view but only in month view.
Is it possible to force multi-day event rendering in day/week view (it could be very convient to schedule the week)

Thanks

Jonathan

setting

scheduler.config.multi_day = true;

must resolve above issue - all views will be able to render multi-day events ( think, only in month view they will be draggable )