Interface for a class EventSettings
boolean
When set to false
the add action will be restricted.
boolean
When set to false
the delete action will be restricted.
boolean
When set to false
the edit action will be restricted.
Object[]
| DataManager
With this property, the event data will be bound to Schedule.
The event data can be passed either as an array of JavaScript objects,
or else can create an instance of DataManager
in case of processing remote data and can be assigned to the dataSource
property.
With the remote data assigned to dataSource, check the available
adaptors to customize the data processing.
boolean
When set to true
will edit the future events only instead of editing entire series.
boolean
This property enables the event to occupy the full height that remaining from the header and more indicator. More than one appointment are available on the cell the more indicator is created.
boolean
It enables the event to occupy the full height of the cell without the header of the cell.
boolean
When set to true
will display the normal tooltip over the events with its subject, location, start and end time.
Defines the collection of default event fields to be bind to the Schedule.
boolean
This property ignores or include the Events element bottom white space.
Query
Defines the external query
that will be executed along with the data processing.
string
Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when grouping is enabled on scheduler.
string
It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code.
string
It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto tooltip. All the event fields mapped with Schedule dataSource can be accessed within this template code.