Documentation

RecurrenceType extends Type
in package

Defines the recurrence pattern for calendar items and meeting requests.

Tags
todo

Implement RecurrencePatternTypes trait.

todo

Implement RecurrenceRangeTypes trait.

Table of Contents

Properties

$AbsoluteMonthlyRecurrence  : AbsoluteMonthlyRecurrencePatternType
Represents a monthly recurrence pattern.
$AbsoluteYearlyRecurrence  : AbsoluteYearlyRecurrencePatternType
Represents a yearly recurrence pattern.
$DailyRecurrence  : DailyRecurrencePatternType
Describes the frequency, in days, in which a calendar item or task recurs.
$EndDateRecurrence  : EndDateRecurrenceRangeType
Describes the start date and the end date of an item recurrence pattern.
$NoEndRecurrence  : NoEndRecurrenceRangeType
Describes a recurrence pattern that does not have a defined end date.
$NumberedRecurrence  : NumberedRecurrenceRangeType
Describes the start date and the number of occurrences of a recurring item.
$RelativeMonthlyRecurrence  : RelativeMonthlyRecurrencePatternType
Describes a relative monthly recurrence pattern for a recurring calendar item.
$RelativeYearlyRecurrence  : RelativeYearlyRecurrencePatternType
Describes a relative yearly recurrence pattern.
$WeeklyRecurrence  : WeeklyRecurrencePatternType
Describes the frequency, in weeks, and the days that a calendar item or task recurs.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$AbsoluteMonthlyRecurrence

Represents a monthly recurrence pattern.

public AbsoluteMonthlyRecurrencePatternType $AbsoluteMonthlyRecurrence
Tags
since

Exchange 2007

$AbsoluteYearlyRecurrence

Represents a yearly recurrence pattern.

public AbsoluteYearlyRecurrencePatternType $AbsoluteYearlyRecurrence
Tags
since

Exchange 2007

$DailyRecurrence

Describes the frequency, in days, in which a calendar item or task recurs.

public DailyRecurrencePatternType $DailyRecurrence
Tags
since

Exchange 2007

$EndDateRecurrence

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

public EndDateRecurrenceRangeType $EndDateRecurrence

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

Tags
since

Exchange 2007

$NoEndRecurrence

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

public NoEndRecurrenceRangeType $NoEndRecurrence

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

Tags
since

Exchange 2007

$NumberedRecurrence

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

public NumberedRecurrenceRangeType $NumberedRecurrence

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

Tags
since

Exchange 2007

$RelativeMonthlyRecurrence

Describes a relative monthly recurrence pattern for a recurring calendar item.

public RelativeMonthlyRecurrencePatternType $RelativeMonthlyRecurrence
Tags
since

Exchange 2007

$RelativeYearlyRecurrence

Describes a relative yearly recurrence pattern.

public RelativeYearlyRecurrencePatternType $RelativeYearlyRecurrence
Tags
since

Exchange 2007

$WeeklyRecurrence

Describes the frequency, in weeks, and the days that a calendar item or task recurs.

public WeeklyRecurrencePatternType $WeeklyRecurrence
Tags
since

Exchange 2007

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results