Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.67 KB

File metadata and controls

53 lines (42 loc) · 1.67 KB
title locationConstraint resource type
description The conditions stated by a client for the location of a meeting.
ms.localizationpriority medium
author iamgirishck
ms.subservice calendar
doc_type resourcePageType
ms.date 04/03/2024

locationConstraint resource type

Namespace: microsoft.graph

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

JSON representation

The following JSON representation shows the resource type.

{
  "isRequired": true,
  "locations": [{"@odata.type": "microsoft.graph.locationConstraintItem"}],
  "suggestLocation": true
}

Properties

Property Type Description
isRequired Boolean The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes won't return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations.
locations locationConstraintItem collection Constraint information for one or more locations that the client requests for the meeting.
suggestLocation Boolean The client requests the service to suggest one or more meeting locations.