New to Kendo UI for AngularStart a free 30-day trial

Defines the model fields for creating SchedulerEvent instances.

Definition

Package:@progress/kendo-angular-scheduler

Properties

Sets the name of the description model field.

Default:

"title"

end?

string

Sets the name of the end date model field.

Default:

"end"

Sets the name of the end timezone model field.

Default:

"endTimezone"

id?

string

Sets the name of the ID model field.

Default:

"id"

isAllDay?

string

Sets the name of the all-day flag model field.

Default:

"isAllDay"

Sets the name of the recurrence exceptions model field.

Default:

"recurrenceExceptions"

Sets the name of the recurrence ID model field.

Default:

"recurrenceId"

Sets the name of the recurrence model field.

Default:

"recurrenceRule"

start?

string

Sets the name of the start date model field.

Default:

"start"

Sets the name of the start timezone model field.

Default:

"startTimezone"

title?

string

Sets the name of the title model field.

Default:

"title"