locationConstraintItem resource type

Namespace: microsoft.graph

The conditions stated by a client for the location of a meeting.

Derived from location.

JSON representation

Here is a JSON representation of the resource

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