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