Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.25 KB

File metadata and controls

62 lines (46 loc) · 1.25 KB
title timeSlot resource type
description Represents a time slot for a meeting.
ms.localizationpriority medium
doc_type resourcePageType
author vrod9429
ms.subservice outlook
ms.date 11/08/2024

timeSlot resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a time slot for a meeting.

Properties

Property Type Description
end dateTimeTimeZone The date, time, and time zone that a period ends.
start dateTimeTimeZone The date, time, and time zone that a period begins.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "end": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
  "start": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}