New to Kendo UI for Angular? Start a free 30-day trial
SchedulerModelFields
Defines the model fields for creating SchedulerEvent
instances.
Name | Type | Default | Description |
---|---|---|---|
description? |
|
|
Sets the name of the description model field. |
end? |
|
|
Sets the name of the end date model field. |
endTimezone? |
|
|
Sets the name of the end timezone model field. |
id? |
|
|
Sets the name of the ID model field. |
isAllDay? |
|
|
Sets the name of the all-day flag model field. |
recurrenceExceptions? |
|
|
Sets the name of the recurrence exceptions model field. |
recurrenceId? |
|
|
Sets the name of the recurrence ID model field. |
recurrenceRule? |
|
|
Sets the name of the recurrence model field. |
start? |
|
|
Sets the name of the start date model field. |
startTimezone? |
|
|
Sets the name of the start timezone model field. |
title? |
|
|
Sets the name of the title model field. |