Skip to content

Commit 85dc75e

Browse files
authored
docs(Scheduler): Document a bug
1 parent 2f66c56 commit 85dc75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scheduler/recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can also [define custom property names](slug:scheduler-appointments-databind
3030
* `RecurrenceExceptionsField`
3131
* `RecurrenceIdField`
3232

33-
A single Scheduler data item defines one series of recurring appointments. Set the `RecurrenceRule` value, according to the [RFC5545 standard](https://tools.ietf.org/html/rfc5545#section-3.3.10). Then, if exceptions to the recurrence rule exist:
33+
A single Scheduler data item defines one series of recurring appointments. Set the `RecurrenceRule` value, according to the [RFC5545 standard](https://tools.ietf.org/html/rfc5545#section-3.3.10), except for a [known issue with extra hyphens in `UNTIL`](https://feedback.telerik.com/blazor/1529000-recurrencerule-does-not-support-the-rfc5545-date-format-like-20210722t000000). Then, if exceptions to the recurrence rule exist:
3434

3535
* Each exception must be a separate data item.
3636
* The `RecurrenceId` property of each exception must be equal to `Id` value of the recurring appointment.

0 commit comments

Comments
 (0)