FreeBusyViewOptionsType
extends Type
in package
Represents the type of free/busy information returned in a response.
Table of Contents
Properties
- $MergedFreeBusyIntervalInMinutes : int
- Represents the time difference between two successive slots in the FreeBusyMerged view.
- $RequestedView : string
- Defines the type of calendar information that a client requests.
- $TimeWindow : Duration
- Identifies the time span queried for the user availability information.
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
$MergedFreeBusyIntervalInMinutes
Represents the time difference between two successive slots in the FreeBusyMerged view.
public
int
$MergedFreeBusyIntervalInMinutes
Tags
$RequestedView
Defines the type of calendar information that a client requests.
public
string
$RequestedView
Tags
$TimeWindow
Identifies the time span queried for the user availability information.
public
Duration
$TimeWindow
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