FreeBusyView
extends Type
in package
Represents availability information for a specific user.
Table of Contents
Properties
- $CalendarEventArray : ArrayOfCalendarEvent
- Contains a set of unique calendar item occurrences that represent the requested user's availability.
- $FreeBusyViewType : string
- Represents the type of requested free/busy information returned in the response.
- $MergedFreeBusy : string
- Contains the merged free/busy stream of data.
- $WorkingHours : WorkingHours
- Represents the time zone settings and working hours for the requested mailbox user.
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
$CalendarEventArray
Contains a set of unique calendar item occurrences that represent the requested user's availability.
public
ArrayOfCalendarEvent
$CalendarEventArray
Tags
$FreeBusyViewType
Represents the type of requested free/busy information returned in the response.
public
string
$FreeBusyViewType
Tags
$MergedFreeBusy
Contains the merged free/busy stream of data.
public
string
$MergedFreeBusy
Tags
$WorkingHours
Represents the time zone settings and working hours for the requested mailbox user.
public
WorkingHours
$WorkingHours
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