RecurrenceType
extends Type
in package
Defines the recurrence pattern for calendar items and meeting requests.
Tags
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
$AbsoluteYearlyRecurrence
Represents a yearly recurrence pattern.
public
AbsoluteYearlyRecurrencePatternType
$AbsoluteYearlyRecurrence
Tags
$DailyRecurrence
Describes the frequency, in days, in which a calendar item or task recurs.
public
DailyRecurrencePatternType
$DailyRecurrence
Tags
$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
$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
$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
$RelativeMonthlyRecurrence
Describes a relative monthly recurrence pattern for a recurring calendar item.
public
RelativeMonthlyRecurrencePatternType
$RelativeMonthlyRecurrence
Tags
$RelativeYearlyRecurrence
Describes a relative yearly recurrence pattern.
public
RelativeYearlyRecurrencePatternType
$RelativeYearlyRecurrence
Tags
$WeeklyRecurrence
Describes the frequency, in weeks, and the days that a calendar item or task recurs.
public
WeeklyRecurrencePatternType
$WeeklyRecurrence
Tags
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