Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.15 KB

File metadata and controls

57 lines (46 loc) · 2.15 KB
title timeOffItem resource type
description Represents a version of the timeOff.
author akumar39
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType_
ms.date 07/26/2024

timeOffItem resource type

Namespace: microsoft.graph

Represents a version of the timeOff.

Properties

Property Type Description
endDateTime DateTimeOffset The end date and time for the timeOffItem. Required. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
startDateTime DateTimeOffset The start date and time for the timeOffItem. Required. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
theme scheduleEntityTheme Supported colors: white; blue; green; purple; pink; yellow; gray; darkBlue; darkGreen; darkPurple; darkPink; darkYellow.
timeOffReasonId string ID of the timeOffReason for this timeOffItem. Required.

JSON representation

The following JSON representation shows the resource type.

{
  "timeOffReasonId": "String",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "theme": "pink"
}