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