timeConstraint リソースの種類timeConstraint resource type
重要
Microsoft Graph の/beta
バージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported.
指定されたアクティビティの性質および開いている時間帯に従って、会議時間の提案を特定の時間と曜日に制限します。Restricts meeting time suggestions to certain hours and days of the week according to the specified nature of activity and open time slots.
JSON 表記JSON representation
以下は、リソースの JSON 表記ですHere is a JSON representation of the resource
{
"activityDomain": "String",
"timeslots": [{"@odata.type": "microsoft.graph.timeSlot"}]
}
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
activityDomainactivityDomain | activityDomainactivityDomain | 活動の性質です (省略可能)。The nature of the activity, optional. 可能な値はwork 、 personal 、 unrestricted 、、 unknown またはです。Possible values are: work , personal , unrestricted , or unknown . |
timeslotstimeslots | timeSlot コレクションtimeSlot collection | 期間の配列。An array of time periods. |