MeetingDetails interface
Interface representing the details of a meeting.
- Extends
Properties
| ms |
The Microsoft Graph resource ID of the meeting. |
| scheduled |
The scheduled end time of the meeting. |
| scheduled |
The scheduled start time of the meeting. |
| type | The type of the meeting. |
Inherited Properties
| id | The unique identifier of the meeting. |
| join |
The URL to join the meeting. |
| title | The title of the meeting. |
Property Details
msGraphResourceId
The Microsoft Graph resource ID of the meeting.
msGraphResourceId: string
Property Value
string
scheduledEndTime
The scheduled end time of the meeting.
scheduledEndTime?: Date
Property Value
Date
scheduledStartTime
The scheduled start time of the meeting.
scheduledStartTime?: Date
Property Value
Date
type
The type of the meeting.
type: string
Property Value
string
Inherited Property Details
id
The unique identifier of the meeting.
id: string
Property Value
string
Inherited From MeetingDetailsBase.id
joinUrl
The URL to join the meeting.
joinUrl: string
Property Value
string
Inherited From MeetingDetailsBase.joinUrl
title
The title of the meeting.
title: string
Property Value
string
Inherited From MeetingDetailsBase.title