Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.35 KB

File metadata and controls

51 lines (40 loc) · 1.35 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 iamgirishck
ms.subservice outlook
doc_type resourcePageType
ms.date 04/03/2024

timeConstraint resource type

Namespace: microsoft.graph

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

JSON representation

The following JSON representation shows the resource type.

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

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.