Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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"}]
}