shiftAvailability resource type
Namespace: microsoft.graph
Availability of the user to be scheduled for a shift and its recurrence pattern.
Properties
Property | Type | Description |
---|---|---|
recurrence | patternedRecurrence | Specifies the pattern for recurrence |
timeSlots | timeRange collection | The time slot(s) preferred by the user. |
timeZone | String | Specifies the time zone for the indicated time. |
JSON representation
The following JSON representation shows the resource type.
{
"recurrence": {"@odata.type": "microsoft.graph.patternedRecurrence"},
"timeSlots": [{"@odata.type": "microsoft.graph.timeRange"}],
"timeZone": "String"
}