| title | locationConstraintItem resource type |
|---|---|
| description | The conditions stated by a client for the location of a meeting. |
| ms.localizationpriority | medium |
| author | vrod9429 |
| ms.subservice | outlook |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The conditions stated by a client for the location of a meeting.
Derived from location.
None.
The following JSON representation shows the resource type.
{
"resolveAvailability": true,
"address": {"@odata.type": "microsoft.graph.physicalAddress"},
"coordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
"displayName": "string",
"locationEmailAddress": "string",
"locationType": "string",
"locationUri": "string",
"uniqueId": "string",
"uniqueIdType": "string"
}
| Property | Type | Description |
|---|---|---|
| address | physicalAddress | The street address of the location. |
| coordinates | outlookGeoCoordinates | The geographic coordinates and elevation of the location. |
| displayName | String | The name associated with the location. |
| locationEmailAddress | String | Optional email address of the location. |
| locationType | locationType | The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. |
| locationUri | String | Optional URI representing the location. |
| resolveAvailability | Boolean | If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true. |
| uniqueId | String | For internal use only. |
| uniqueIdType | String | For internal use only. |