| title | shiftAvailability resource type |
|---|---|
| description | Availability of the user to be scheduled for work and its recurrence pattern. |
| ms.localizationpriority | medium |
| author | akumar39 |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Availability of the user to be scheduled for a shift and its recurrence pattern.
| 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. |
None.
The following JSON representation shows the resource type.
{
"recurrence": {"@odata.type": "microsoft.graph.patternedRecurrence"},
"timeSlots": [{"@odata.type": "microsoft.graph.timeRange"}],
"timeZone": "String"
}