locationConstraint resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The conditions stated by a client for the location of a meeting.
JSON representation
The following JSON representation shows the resource type.
{
"isRequired": true,
"locations": [{"@odata.type": "microsoft.graph.locationConstraintItem"}],
"suggestLocation": true
}
Properties
Property | Type | Description |
---|---|---|
isRequired | Boolean | The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes won't return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations. |
locations | locationConstraintItem collection | Constraint information for one or more locations that the client requests for the meeting. |
suggestLocation | Boolean | The client requests the service to suggest one or more meeting locations. |