| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a time slot for a meeting.
| 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. |
None.
The following JSON representation shows the resource type.
{
"end": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"start": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}