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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"end": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
"start": {"@odata.type": "microsoft.graph.dateTimeTimeZone"}
}