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. |