property Schedule.AllowMultiDaysEvent as Boolean
Specifies whether the user can create events that may start on a day and ends on other.

TypeDescription
Boolean A Boolean expression that specifies whether the user can create multiple-days event.
By default, the AllowMultiDaysEvent property is True. The AllowMultiDaysEvent property indicates whether the user can create events that may start on a day and ends on other. The AllowCreateAllDayEvent property specifies whether the user can create all day events, at runtime. The AddEvent event is fired once the user creates a new event. The UpdateEvent event is fired once the margins of the event is being changed. The Start and End properties of the Event indicates the margins of the event. The AllowMultiDaysEvent property on False, prevents creating events that starts in a day and ends on other.

The CreateEventLabel property indicates the HTML format to be shown on the label when the user creates a new event. The CreateEventLabelAlign property aligns the label being shown when the user creates a new event.