LegacyFreeBusyType
extends Enumeration
in package
Represents the intended status for a calendar item that is associated with a meeting request.
Table of Contents
Constants
- BUSY = 'Busy'
- The calendar item represents busy time.
- FREE = 'Free'
- The calendar item represents free time.
- NO_DATA = 'NoData'
- The calendar item's status is not defined.
- OUT_OF_OFFICE = 'OOF'
- The calendar item represents time out of the office.
- TENTATIVE = 'Tentative'
- The calendar item represents tentatively busy time.
- WORKING_ELSEWHERE = 'WorkingElsewhere'
- The calendar item represents time working off site.
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
BUSY
The calendar item represents busy time.
public
string
BUSY
= 'Busy'
Tags
FREE
The calendar item represents free time.
public
string
FREE
= 'Free'
Tags
NO_DATA
The calendar item's status is not defined.
public
string
NO_DATA
= 'NoData'
Tags
OUT_OF_OFFICE
The calendar item represents time out of the office.
public
string
OUT_OF_OFFICE
= 'OOF'
Tags
TENTATIVE
The calendar item represents tentatively busy time.
public
string
TENTATIVE
= 'Tentative'
Tags
WORKING_ELSEWHERE
The calendar item represents time working off site.
public
string
WORKING_ELSEWHERE
= 'WorkingElsewhere'
Tags
Properties
$_
Element value.
public
string
$_
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
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.