Skip to content

Commit b7073c1

Browse files
committed
docs(Scheduler): Add Recurrence article
1 parent 2d94165 commit b7073c1

File tree

4 files changed

+447
-14
lines changed

4 files changed

+447
-14
lines changed

components/scheduler/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Navigating the Scheduler for Blazor.
55
slug: scheduler-navigation
66
tags: telerik,blazor,scheduler,navigation
77
published: true
8-
position: 20
8+
position: 4
99
---
1010

1111
# Scheduler Navigation

components/scheduler/overview.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,26 +95,30 @@ The [Scheduler offers different views](slug:scheduler-views-overview) that are s
9595
* Timeline (agenda) view
9696

9797

98-
## Editing
99-
100-
Users can [create, edit and delete Scheduler appointments](slug:scheduler-appointments-edit). The component provides you with the new information so you can store it to the underlying data source.
101-
102-
10398
## Navigation
10499

105100
The [Scheduler features extensive navigation](slug:scheduler-navigation), which can be both programmatic and managed by the end user. The component can change the currently visible time range, the current view, and toggle business hours only display.
106101

107102

108-
## Templates
103+
## Editing
104+
105+
Users can [create, edit and delete Scheduler appointments](slug:scheduler-appointments-edit). The component provides you with the new information so you can store it to the underlying data source.
109106

110-
You can [customize the appointment appearance and content via Scheduler templates](slug:scheduler-templates-appointment). Another option is to use the [Scheduler `OnItemRender` event](slug:scheduler-events#itemrender).
111107

108+
## Recurrence
109+
110+
The [Scheduler supports recurring appointments and exceptions](slug:scheduler-recurrence). The Scheduler also exposes helper components that you can use to edit recurrences in custom edit forms.
112111

113112
## Resources and Grouping
114113

115114
[Scheduler resources](slug:scheduler-resources) provide a way to associate and [group appointments](slug:scheduler-resource-grouping) by certain criteria, such as a meeting room, a participating person, or used equipment.
116115

117116

117+
## Templates
118+
119+
You can [customize the appointment appearance and content via Scheduler templates](slug:scheduler-templates-appointment). Another option is to use the [Scheduler `OnItemRender` event](slug:scheduler-events#itemrender).
120+
121+
118122
## Events
119123

120124
The [Scheduler component fires events](slug:scheduler-events) related to CRUD operations, item (appointment) clicks and user navigation. Use them to gain more information about user actions and enhance the component behavior.

0 commit comments

Comments
 (0)