Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.47 KB

File metadata and controls

62 lines (46 loc) · 1.47 KB
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

shiftAvailability resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "recurrence": {"@odata.type": "microsoft.graph.patternedRecurrence"},
  "timeSlots": [{"@odata.type": "microsoft.graph.timeRange"}],
  "timeZone": "String"
}