New to Kendo UI for Angular? Start a free 30-day trial

RecurrenceEditorComponent

Represents the Kendo UI Recurrence Editor component for Angular. This example demonstrates the Recurrence Editor, among other components.

Selector

kendo-recurrence-editor

Export Name

Accessible in templates as #kendoRecurrenceEditorInstance="kendoRecurrenceEditor"

Inputs

NameTypeDefaultDescription

endAfterOptions

NumericTextBoxOptions

Specifies the options of the End After NumericTextBox component within the recurrence count rule editor.

endOnOptions

DatePickerOptions

Specifies the options of the End On DatePicker component within the recurrence until rule editor.

repeatEveryOptions

NumericTextBoxOptions

Specifies the options of the Repeat Every NumericTextBox component within the recurrence interval editor.

repeatOnOptions

NumericTextBoxOptions

Specifies the options of the Repeat On NumericTextBox component for choosing the day an event will occur on within the monthly and yearly sections of the recurrence editor.

start

Date

Specifies the start date of the event.

timezone

string

'Etc/UTC'

Specifies the id of the timezone that will be used.

weekStart

Day

The first day of the week. Defaults to the locale settings.

Events

NameTypeDescription

valueChange

EventEmitter<string>

Fires when the value of the component has changed.

In this article

Not finding the help you need?