Documentation

CalendarItemTypeType extends Enumeration
in package

Defines the type of a calendar item.

Table of Contents

Constants

EXCEPTION  = 'Exception'
The item is an exception to a recurring calendar item.
OCCURRENCE  = 'Occurrence'
The item is an occurrence of a recurring calendar item.
RECURRING_MASTER  = 'RecurringMaster'
The item is master for a set of recurring calendar items.
SINGLE  = 'Single'
The item is not associated with a recurring calendar item.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

EXCEPTION

The item is an exception to a recurring calendar item.

public string EXCEPTION = 'Exception'
Tags
since

Exchange 2007

OCCURRENCE

The item is an occurrence of a recurring calendar item.

public string OCCURRENCE = 'Occurrence'
Tags
since

Exchange 2007

RECURRING_MASTER

The item is master for a set of recurring calendar items.

public string RECURRING_MASTER = 'RecurringMaster'
Tags
since

Exchange 2007

SINGLE

The item is not associated with a recurring calendar item.

public string SINGLE = 'Single'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results