meetingTimeSuggestion resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A meeting suggestion that includes information like meeting time, attendance likelihood, individual availability, and available meeting locations.
JSON representation
The following JSON representation shows the resource type.
{
"attendeeAvailability": [{"@odata.type": "microsoft.graph.attendeeAvailability"}],
"confidence": 1024.0,
"locations": [{"@odata.type": "microsoft.graph.location"}],
"meetingTimeSlot": {"@odata.type": "microsoft.graph.timeSlot"},
"order": 1024,
"organizerAvailability": "String",
"suggestionReason": "String"
}
Properties
Property | Type | Description |
---|---|---|
attendeeAvailability | attendeeAvailability collection | An array that shows the availability status of each attendee for this meeting suggestion. |
confidence | Double | A percentage that represents the likelhood of all the attendees attending. |
locations | location collection | An array that specifies the name and geographic location of each meeting location for this meeting suggestion. |
meetingTimeSlot | timeSlot | A time period suggested for the meeting. |
order | Int32 | Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence. |
organizerAvailability | freeBusyStatus | Availability of the meeting organizer for this meeting suggestion. Possible values are: free , tentative , busy , oof , workingElsewhere , unknown . |
suggestionReason | String | Reason for suggesting the meeting time. |