timeSlot resource type

Namespace: microsoft.graph

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.

JSON representation

Here is a JSON representation of the resource

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