GroupAttendeeConflictData
extends AttendeeConflictData
in package
Represents aggregate conflict information about the number of users who are 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.
Table of Contents
Properties
- $NumberOfMembers : int
- Represents the number of users, resources, and rooms in a distribution list.
- $NumberOfMembersAvailable : int
- Represents the number of distribution list members who are available for a suggested meeting time.
- $NumberOfMembersWithConflict : int
- Represents the number of distribution list members who have a conflict with a suggested meeting time.
- $NumberOfMembersWithNoData : int
- Represents the number of group members who do not have published free/busy data to compare to a suggested meeting time.
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
$NumberOfMembers
Represents the number of users, resources, and rooms in a distribution list.
public
int
$NumberOfMembers
Tags
$NumberOfMembersAvailable
Represents the number of distribution list members who are available for a suggested meeting time.
public
int
$NumberOfMembersAvailable
This element represents members for whom the status is Free.
Tags
$NumberOfMembersWithConflict
Represents the number of distribution list members who have a conflict with a suggested meeting time.
public
int
$NumberOfMembersWithConflict
This element represents members who have a Busy, OOF, or Tentative status.
Tags
$NumberOfMembersWithNoData
Represents the number of group members who do not have published free/busy data to compare to a suggested meeting time.
public
int
$NumberOfMembersWithNoData
This element represents members of a distribution list that is too large or members who have No Data status.
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