SuggestionsViewOptionsType
extends Type
in package
Defines the options for obtaining meeting suggestion information.
Table of Contents
Properties
- $CurrentMeetingTime : string
- Represents the start time of a meeting that you want to update with the suggested meeting time results.
- $DetailedSuggestionsWindow : Duration
- Identifies the time span that is queried for detailed information about suggested meeting times.
- $GlobalObjectId : string
- This element is not used.
- $GoodThreshold : int
- Specifies the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time.
- $MaximumNonWorkHourResultsByDay : int
- Specifies the number of suggested results for meeting times outside regular working hours per day.
- $MaximumResultsByDay : int
- Specifies the number of suggested meeting times per day returned in the response.
- $MeetingDurationInMinutes : int
- Specifies the length of the meeting to be suggested.
- $MinimumSuggestionQuality : string
- Specifies the quality of meeting suggestions to be returned in the response.
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
$CurrentMeetingTime
Represents the start time of a meeting that you want to update with the suggested meeting time results.
public
string
$CurrentMeetingTime
Tags
$DetailedSuggestionsWindow
Identifies the time span that is queried for detailed information about suggested meeting times.
public
Duration
$DetailedSuggestionsWindow
Tags
$GlobalObjectId
This element is not used.
public
string
$GlobalObjectId
Tags
$GoodThreshold
Specifies the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time.
public
int
$GoodThreshold
Tags
$MaximumNonWorkHourResultsByDay
Specifies the number of suggested results for meeting times outside regular working hours per day.
public
int
$MaximumNonWorkHourResultsByDay
Tags
$MaximumResultsByDay
Specifies the number of suggested meeting times per day returned in the response.
public
int
$MaximumResultsByDay
Tags
$MeetingDurationInMinutes
Specifies the length of the meeting to be suggested.
public
int
$MeetingDurationInMinutes
Tags
$MinimumSuggestionQuality
Specifies the quality of meeting suggestions to be returned in the response.
public
string
$MinimumSuggestionQuality
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