Edit

Share via


locationConstraintItem resource type

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.