New to Kendo UI for Angular? Start a free 30-day trial
SchedulerEvent
Represents an instance of a Scheduler calendar event.
Name | Type | Default | Description |
---|---|---|---|
dataItem? |
|
A reference to the original data item, if any. | |
description? |
|
The detailed description of the event. | |
end |
|
The end date of the event. | |
endTimezone? |
|
The timezone name for the end date. | |
id? |
|
The unique identifier of the event. Typically, the ID is a number. Can also be a string or an object. | |
isAllDay? |
|
A Boolean flag which indicates that the event occurs throughout the day. | |
recurrenceExceptions? |
|
The recurrence exceptions, if any. | |
recurrenceId? |
|
The | |
recurrenceRule? |
|
The rule which describes the recurring pattern of the event. | |
start |
|
The start date of the event. | |
startTimezone? |
|
The timezone name for the start date. | |
title |
|
The title of the event. |