Skip to content

Commit

Permalink
Update broken slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
PROGRESS\kerpecheva committed Oct 15, 2024
1 parent 505ff90 commit 03e5a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions controls/scheduler/recurrence/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ appointment.RecurrenceRule = new RecurrenceRule(pattern);

If you want to dive deeper into the recurrence feature of the .NET MAUI Scheduler, check out the following topics:

* [Recurrence Pattern]({%slug recurrence-pattern %})
* [Recurrence Rule]({%slug recurrence-rule %})
* [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})
* [Recurrence Rule]({%slug scheduler-recurrence-rule %})

## See Also

- [Appointments]({% slug appointments-overview %})
- [Recurrence Pattern]({%slug recurrence-pattern %})
- [Recurrence Rule]({%slug recurrence-rule %})
- [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})
- [Recurrence Rule]({%slug scheduler-recurrence-rule %})
4 changes: 2 additions & 2 deletions controls/scheduler/recurrence/recurrence-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: scheduler-recurrence-rule

The Scheduler supports repeating appointments through the `RecurrenceRule` property of the `Appointment` class. In order to create a recurrence rule, you have to define a recurrence pattern, such as frequency, days of week, max occurrences, and other.

The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern]({%slug recurrence-pattern %}) topic.
The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern]({%slug scheduler-recurrence-pattern%}) topic.


The main methods exposed by the `RecurrenceRule` class:
Expand All @@ -28,4 +28,4 @@ The `RecurrenceRule` class exposes an exceptions method, which allows you to get

- [Appointments]({% slug appointments-overview %})
- [Recurrence Overview]({%slug scheduler-recurrence-overview%})
- [Recurrence Pattern]({%slug recurrence-pattern %})
- [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})

0 comments on commit 03e5a6c

Please sign in to comment.