Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.45 KB

File metadata and controls

60 lines (46 loc) · 1.45 KB
title timeConstraint resource type
description Restricts meeting time suggestions to certain hours and days of the week according to the specified nature of activity and open time slots.
ms.localizationpriority medium
author vrod9429
ms.subservice outlook
doc_type resourcePageType
ms.date 03/21/2024

timeConstraint resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Restricts meeting time suggestions to certain hours and days of the week according to the specified nature of activity and open time slots.

Properties

Property Type Description
activityDomain activityDomain The nature of the activity, optional. The possible values are: work, personal, unrestricted, or unknown.
timeslots timeSlot collection An array of time periods.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "activityDomain": "String",
  "timeslots": [{"@odata.type": "microsoft.graph.timeSlot"}]
}