Suggestion
extends Type
in package
Represents a single meeting suggestion.
Table of Contents
Properties
- $AttendeeConflictDataArray : ArrayOfAttendeeConflictData
- Contains an array of information that describes conflicts between users and resources and the suggested meeting time.
- $IsWorkTime : bool
- Represents whether the suggested meeting time occurs during scheduled work hours.
- $MeetingTime : string
- Represents a suggested meeting time.
- $SuggestionQuality : string
- Represents the quality of the 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
$AttendeeConflictDataArray
Contains an array of information that describes conflicts between users and resources and the suggested meeting time.
public
ArrayOfAttendeeConflictData
$AttendeeConflictDataArray
Tags
$IsWorkTime
Represents whether the suggested meeting time occurs during scheduled work hours.
public
bool
$IsWorkTime
Tags
$MeetingTime
Represents a suggested meeting time.
public
string
$MeetingTime
Tags
$SuggestionQuality
Represents the quality of the suggested meeting time.
public
string
$SuggestionQuality
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