New to Kendo UI for Angular? Start a free 30-day trial

SchedulerModelFields

Defines the model fields that will be used for creating SchedulerEvent instances.

NameTypeDefaultDescription

description?

string

The name of the description model field. Defaults to "title".

end?

string

The name of the end date model field. Defaults to "end".

endTimezone?

string

The name of the end timezone model field. Defaults to "endTimezone".

id?

string

The name of the ID model field. Defaults to "id".

isAllDay?

string

The name of the all-day flag model field. Defaults to "isAllDay".

recurrenceExceptions?

string

The name of the recurrence exceptions model field. Defaults to "recurrenceExceptions".

recurrenceId?

any

The name of the recurrence ID model field. Defaults to "recurrenceId".

recurrenceRule?

string

The name of the recurrence model field. Defaults to "recurrenceRule".

start?

string

The name of the start date model field. Defaults to "start".

startTimezone?

string

The name of the start timezone model field. Defaults to "startTimezone".

title?

string

The name of the title model field. Defaults to "title".