Documentation

TaskRecurrenceType extends RecurrenceType
in package

Defines the recurrence pattern for recurring tasks.

Tags
todo

Implement TaskRecurrencePatternTypes 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.
$DailyRegeneration  : DailyRegeneratingPatternType
Describes how many days after the completion of the current task the next occurrence will be due.
$EndDateRecurrence  : EndDateRecurrenceRangeType
Describes the start date and the end date of an item recurrence pattern.
$MonthlyRegeneration  : MonthlyRegeneratingPatternType
Describes how many months after the completion of the current task the next occurrence will be due.
$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.
$WeeklyRegeneration  : WeeklyRegeneratingPatternType
Describes how many weeks after the completion of the current task the next occurrence will be due.
$YearlyRegeneration  : YearlyRegeneratingPatternType
Describes how many years after the completion of the current task the next occurrence will be due.

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

$DailyRegeneration

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

public DailyRegeneratingPatternType $DailyRegeneration
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

$MonthlyRegeneration

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

public MonthlyRegeneratingPatternType $MonthlyRegeneration
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

$WeeklyRegeneration

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

public WeeklyRegeneratingPatternType $WeeklyRegeneration
Tags
since

Exchange 2007

$YearlyRegeneration

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

public YearlyRegeneratingPatternType $YearlyRegeneration
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