Skip to content

Commit 2383e3f

Browse files
authored
docs(scheduler): Improve styling of properties
1 parent 4225f1a commit 2383e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/scheduler/server-side-programming/working-with-recurring-appointments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ position: 0
1414

1515
**RadScheduler** includes support for recurring events on hourly, weekly, daily, monthly and yearly basis. Exceptions to the recurrence rules are also permitted. To support this recurrence behavior, the **Appointment** class includes the **RecurrenceRule**, **RecurrenceParentID** and **RecurrenceState** properties. When an appointment is promoted into a recurring event its **RecurrenceState** changes to **RecurrenceState.Master** and the **RecurrenceRule** is populated with the string representation of the recurrence rule.
1616

17-
The recurrence master is stored in the database and its occurrences are generated on the fly with **RecurrenceState** set to **RecurrenceState.Occurrence**. The maximum number of generated occurrences is controlled by the MaximumRecurrenceCandidates property which has 3000 as the default value.
17+
The recurrence master is stored in the database and its occurrences are generated on the fly with **RecurrenceState** set to **RecurrenceState.Occurrence**. The maximum number of generated occurrences is controlled by the **MaximumRecurrenceCandidates** property of the **RadScheduler** which has 3000 as the default value.
1818

1919
If the user modifies an individual appointment occurrence, this creates an exception. The **RecurrenceRule** of the master is modified to include the date and time of the exception so that no occurrence is generated for the exception occurrence. Then the exception is stored in the database and its **RecurrenceParentID** property is set to reference the original master. This way the exception is still linked to the original recurrence series.
2020

@@ -122,4 +122,4 @@ The **RecurrenceRange** class specifies the time frame for the recurrence. It co
122122

123123
The **Occurrences** property returns an enumerator that can be used to retrieve all the occurrences defined by the rule.
124124

125-
The **RecurrenceRule** class supports the **ToString** and **TryParse**methods that **RadScheduler** uses for storing and retrieving the recurrence rules instances. The format is a subset of the standard iCalendar format. The example above produces the following output: ![](images/recurrenceoutput.png)
125+
The **RecurrenceRule** class supports the **ToString** and **TryParse** methods that **RadScheduler** uses for storing and retrieving the recurrence rules instances. The format is a subset of the standard iCalendar format. The example above produces the following output: ![](images/recurrenceoutput.png)

0 commit comments

Comments
 (0)