New to Kendo UI for AngularStart a free 30-day trial

A service for publishing the view state and actions to the Scheduler.

Definition

Package:@progress/kendo-angular-scheduler

Methods

Emits a DOM event to the Scheduler.

Parameters:namestringargs?any

Navigates to another view.

Parameters:argsany

Publishes the visible date range of the view. The view will calculate and set the new data range when the selected date changes.

Parameters:rangeDateRange

Notifies the Scheduler that the view has completed its layout.

Publishes the date that will be displayed by the Scheduler typically as a result from processing a navigation action.

Parameters:dateDate

Notifies the Scheduler that the view options have been changed.

Parameters:changes?any

Properties

dateRange

Observable​<DateRange>

Represents a stream that publishes the visible date range for the current view to the Scheduler.

layoutEnd

Observable​<any>

Represents a stream that indicates when the view layout finishes.

Observable​<any>

Represents a stream for navigating from the current view to another view.

nextDate

Observable​<Date>

Represents a stream that publishes changes to the selected date, which initiate from the view.

optionsChange

Observable​<any>

Represents a stream that indicates when the view options change.

Represents a stream that indicates when the user drags over a different slot during selection.

Represents a stream that indicates when the user finishes making a slot selection.

Represents a stream that indicates when the user starts a new slot selection.

viewEvent

Observable​<any>

Represents a stream that publishes events for navigation between views.