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"
}