timeConstraint resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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

Here is a JSON representation of the resource

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

Properties

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