| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"activityDomain": "String",
"timeslots": [{"@odata.type": "microsoft.graph.timeSlot"}]
}