Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the range of recurrence for the calendar exception is defined by a number of occurrences, or by a finish date.
<EnteredByOccurrences>
BooleanValue
</EnteredByOccurrences>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value of type boolean is required.
Valid values are listed in Table 1.
Value |
Description |
---|---|
0 |
False. The range of recurrence for the exception is defined by a finish date. |
1 |
True. The range of recurrence for the exception is defined by a number of occurrences. |
Example
The following example uses the EnteredByOccurrences element to indicate that this calendar exception was entered with a range of recurrence defined by a finish date.
<Exception>
<EnteredByOccurrences>0</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-01-01T00:00:00</FromDate>
<ToDate>2007-01-01T23:59:00</ToDate>
</TimePeriod>
<Occurrences>1</Occurrences>
<Name>New Year's Day</Name>
<Type>1</Type>
<DayWorking>0</DayWorking>
</Exception>