ArrayOfAttendeeConflictData
extends ArrayType
in package
Defines an array of conflict data.
Table of Contents
Properties
- $GroupAttendeeConflictData : array<string|int, GroupAttendeeConflictData>
- Contains aggregate conflict information about the number of users available, the number of users who have conflicts, and the number of users who do not have availability information in a distribution list for a suggested meeting time.
- $IndividualAttendeeConflictData : array<string|int, IndividualAttendeeConflictData>
- Contains a user's or contact's free/busy status for a time window that occurs at the same time as the suggested meeting time identified in the Suggestion element.
- $TooBigGroupAttendeeConflictData : array<string|int, TooBigGroupAttendeeConflictData>
- Represents an attendee that resolved as a distribution list that was too large to expand.
- $UnknownAttendeeConflictData : array<string|int, UnknownAttendeeConflictData>
- Represents an unresolvable attendee or an attendee that is not a user, distribution list, or contact.
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
$GroupAttendeeConflictData
Contains aggregate conflict information about the number of users available, the number of users who have conflicts, and the number of users who do not have availability information in a distribution list for a suggested meeting time.
public
array<string|int, GroupAttendeeConflictData>
$GroupAttendeeConflictData
= array()
Tags
$IndividualAttendeeConflictData
Contains a user's or contact's free/busy status for a time window that occurs at the same time as the suggested meeting time identified in the Suggestion element.
public
array<string|int, IndividualAttendeeConflictData>
$IndividualAttendeeConflictData
= array()
Tags
$TooBigGroupAttendeeConflictData
Represents an attendee that resolved as a distribution list that was too large to expand.
public
array<string|int, TooBigGroupAttendeeConflictData>
$TooBigGroupAttendeeConflictData
= array()
Tags
$UnknownAttendeeConflictData
Represents an unresolvable attendee or an attendee that is not a user, distribution list, or contact.
public
array<string|int, UnknownAttendeeConflictData>
$UnknownAttendeeConflictData
= array()
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