Recurrence (TaskRecurrenceType)

Topic Last Modified: 2007-10-26

The Recurrence element contains recurrence information for recurring tasks.

Syntax

<Recurrence>
      <RelativeYearlyRecurrence/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <RelativeYearlyRecurrence/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <RelativeYearlyRecurrence/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <AbsoluteYearlyRecurrence/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <AbsoluteYearlyRecurrence/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <AbsoluteYearlyRecurrence/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <RelativeMonthlyRecurrence/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <RelativeMonthlyRecurrence/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <RelativeMonthlyRecurrence/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <AbsoluteMonthlyRecurrence/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <AbsoluteMonthlyRecurrence/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <AbsoluteMonthlyRecurrence/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <WeeklyRecurrence/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <WeeklyRecurrence/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <WeeklyRecurrence/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <DailyRecurrence/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <DailyRecurrence/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <DailyRecurrence/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <DailyRegeneration/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <DailyRegeneration/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <DailyRegeneration/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <WeeklyRegeneration/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <WeeklyRegeneration/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <WeeklyRegeneration/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <MonthlyRegeneration/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <MonthlyRegeneration/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <MonthlyRegeneration/>
      <NumberedRecurrence/>
</Recurrence>

<Recurrence>
      <YearlyRegeneration/>
      <NoEndRecurrence/>
</Recurrence>

<Recurrence>
      <YearlyRegeneration/>
      <EndDateRecurrence/>
</Recurrence>

<Recurrence>
      <YearlyRegeneration/>
      <NumberedRecurrence/>
</Recurrence>

Type

TaskRecurrenceType

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

RelativeYearlyRecurrence

Describes a relative yearly recurrence pattern for a recurring task.

AbsoluteYearlyRecurrence

Represents a yearly recurrence pattern for a recurring task.

RelativeMonthlyRecurrence

Describes a relative monthly recurrence pattern for a recurring task.

AbsoluteMonthlyRecurrence

Represents a monthly recurrence pattern for a recurring task.

WeeklyRecurrence

Describes the frequency, in weeks, and the days on which a task recurs.

DailyRecurrence

Describes the frequency, in days, in which a task recurs.

DailyRegeneration

Describes how many days after the completion of the current task the next occurrence will be due.

WeeklyRegeneration

Describes how many weeks after the completion of the current task the next occurrence will be due.

MonthlyRegeneration

Describes how many months after the completion of the current task the next occurrence will be due.

YearlyRegeneration

Describes how many years after the completion of the current task the next occurrence will be due.

NoEndRecurrence

Describes a recurrence pattern that does not have a defined end date.

The use of this element excludes the use of the EndDateRecurrence and NumberedRecurrence elements.

EndDateRecurrence

Describes the start date and the end date of an item recurrence pattern.

The use of this element excludes the use of the NoEndRecurrence and NumberedRecurrence elements.

EndDateRecurrence cannot be used together with a regeneration pattern.

NumberedRecurrence

Describes the start date and the number of occurrences of a recurring item.

The use of this element excludes the use of the NoEndRecurrence and EndDateRecurrence elements.

Parent Elements

Element Description

Task

Represents a task in the Exchange store.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema name

Types schema

Validation file

Types.xsd

Can be empty

False

See Also

Other Resources

Exchange Web Services XML Elements