WeeklyRecurrence

The WeeklyRecurrence element describes a weekly recurrence pattern.

<WeeklyRecurrence>
   <Interval/>
   <DaysOfWeek/>
   <FirstDayOfWeek/>
</WeeklyRecurrence>

WeeklyRecurrencePatternType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
Interval
Defines the interval, in weeks, between two consecutive weekly recurrence pattern items. The value can be in the range from 1 to 99.
DaysOfWeek (DaysOfWeekType)
Describes which days of the week are in the weekly recurrence pattern.
FirstDayOfWeek
Specifies the first day of the week.

Parent elements

Element Description
Recurrence (TaskRecurrenceType)
Contains recurrence information for recurring tasks.
Recurrence (RecurrenceType)
Contains the recurrence pattern for calendar items and meeting requests.

Text value

None.

Remarks

The time zone offset information is lost if the Start and End dates of the recurring master item do not have a date that is equal to the first occurrence of a weekly recurrence pattern.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also