Skip to content

Commit 19e1b7f

Browse files
authored
DocGen 24_1 result (DevExpress#7278)
1 parent 6d53545 commit 19e1b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/05 UI Components/Scheduler/00 Getting Started with Scheduler/15 Edit Appointments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Edit operations are enabled (the default setting). To disable an individual oper
8686
export default App;
8787

8888
---
89-
When users add or edit appointments, the Scheduler raises events like [onAppointmentAdding](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#onAppointmentAdding/) and [onAppointmentUpdating](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#onAppointmentUpdating/). You can use these events to extend the Scheduler component's functionality. The example below demonstrates how to prevent adding or moving appointments to cells with existing recurring appointments using **onAppointmentAdding** and **onAppointmentUpdating**.
89+
When users add or edit appointments, the Scheduler raises events like [onAppointmentAdding](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/onAppointmentAdding.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#onAppointmentAdding/') and [onAppointmentUpdating](/api-reference/10%20UI%20Components/dxScheduler/1%20Configuration/onAppointmentUpdating.md '/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#onAppointmentUpdating/'). You can use these events to extend the Scheduler component's functionality. The example below demonstrates how to prevent adding or moving appointments to cells with existing recurring appointments using **onAppointmentAdding** and **onAppointmentUpdating**.
9090

9191
#include btn-open-github with {
9292
href: "https://github.com/DevExpress-Examples/devextreme-scheduler-prevent-recurrence-appointment"

0 commit comments

Comments
 (0)