Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.54 KB

File metadata and controls

52 lines (40 loc) · 1.54 KB
title workingTimeSchedule resource type
description Contains methods that trigger policies for the start and end of working hours for a user.
author galalalym
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 09/12/2024

workingTimeSchedule resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains methods that trigger policies for the start and end of working hours for a user.

Methods

Method Return type Description
Get workingTimeSchedule Read the properties and relationships of a workingTimeSchedule object.
Start working time None Trigger the policies associated with the start of working hours for a specific user.
End working time None Trigger the policies associated with the end of working hours for a specific user.

Properties

Property Type Description
id String A unique programmatic identifier for the resource. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.workingTimeSchedule",
  "id": "String (identifier)"
}