Period 要素
カレンダー例外の反復の間隔。
<Period>
IntegerValue
</Period>
親要素
Occurrences
最小 : 0 最大 : 1 |
例
次の例の Period 要素は、Team Meeting という名前のカレンダー例外が 2 週間に 1 回発生することを示しています。
<Exception>
<EnteredByOccurrences>1</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-01-01T00:00:00</FromDate>
<ToDate>2007-12-26T23:59:00</ToDate>
</TimePeriod>
<Occurrences>52</Occurrences>
<Name>Team Meeting</Name>
<Type>6</Type>
<Period>2</Period>
<DaysOfWeek>8</DaysOfWeek>
<DayWorking>1</DayWorking>
<WorkingTimes>
<WorkingTime>
<FromTime>08:00:00</FromTime>
<ToTime>12:00:00</ToTime>
</WorkingTime>
<WorkingTime>
<FromTime>13:00:00</FromTime>
<ToTime>14:00:00</ToTime>
</WorkingTime>
<WorkingTime>
<FromTime>15:00:00</FromTime>
<ToTime>16:00:00</ToTime>
</WorkingTime>
</WorkingTimes>
</Exception>