Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
The conditions stated by a client for the location of a meeting.
Derived from location.
JSON representation
The following JSON representation shows the resource type.
{
"resolveAvailability": true,
"address": {"@odata.type": "microsoft.graph.physicalAddress"},
"displayName": "string",
"locationEmailAddress": "string"
}
Properties
Property | Type | Description |
---|---|---|
address | physicalAddress | The street address of the location. |
displayName | String | The name associated with the location. |
locationEmailAddress | String | Optional email address of 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. |