shiftAvailability リソースの種類
名前空間: microsoft.graph
シフトとその繰り返しパターンをスケジュールするユーザーの可用性。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
recurrence | patternedRecurrence | 繰り返しのパターンを指定します |
timeSlots | timeRange コレクション | ユーザーが優先するタイム スロット。 |
timeZone | String | 指定した時刻のタイム ゾーンを指定します。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"recurrence": {"@odata.type": "microsoft.graph.patternedRecurrence"},
"timeSlots": [{"@odata.type": "microsoft.graph.timeRange"}],
"timeZone": "String"
}