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

Represents a Scheduler calendar event instance.

Definition

Package:@progress/kendo-angular-scheduler

Properties

Provides a reference to the original data item, if any.

Sets the detailed description of the event.

end

Date

Sets the end date of the event.

Sets the timezone name for the end date.

id?

any

Sets the unique identifier of the event. The ID is usually a number, but can also be a string or object.

isAllDay?

boolean

Specifies if the event occurs throughout the day.

Sets the recurrence exceptions, if any.

Sets the id of the parent recurring event.

Sets the rule that describes the recurring pattern of the event.

start

Date

Sets the start date of the event.

Sets the timezone name for the start date.

title

string

Sets the title of the event.