SchedulerEvent
Interface
Represents a Scheduler calendar event instance.
Definition
Package:@progress/kendo-angular-scheduler
Properties
dataItem?
any
Provides a reference to the original data item, if any.
description?
string
Sets the detailed description of the event.
end
Date
Sets the end date of the event.
endTimezone?
string
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.
recurrenceExceptions?
Date[]
Sets the recurrence exceptions, if any.
Sets the id of the parent recurring event.
recurrenceRule?
string
Sets the rule that describes the recurring pattern of the event.
start
Date
Sets the start date of the event.
startTimezone?
string
Sets the timezone name for the start date.
title
string
Sets the title of the event.