meetingTimeSuggestion リソースの種類
名前空間: microsoft.graph
会議時間、出席の可能性、各自の空き時間情報、利用可能な会議場所を含む、会議の提案です。
JSON 表記
以下は、リソースの JSON 表記です
{
"attendeeAvailability": [{"@odata.type": "microsoft.graph.attendeeAvailability"}],
"confidence": 100.0,
"locations": [{"@odata.type": "microsoft.graph.location"}],
"meetingTimeSlot": {"@odata.type": "microsoft.graph.timeSlot"},
"order": 1024,
"organizerAvailability": "String",
"suggestionReason": "String"
}
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| attendeeAvailability | attendeeAvailability コレクション | この提案された会議の各出席者の空き時間情報の状態を示す配列。 |
| confidence | Double | すべての出席者が出席する見込みを表すパーセンテージ。 |
| locations | location コレクション | この提案された会議の各会議場所の名前と地理的な場所を指定する配列。 |
| meetingTimeSlot | timeSlot | 会議の提案されている期間。 |
| order | Int32 | 同じ信頼度を持つ提案がある場合は、計算された信頼度値で並べ替えた会議時間の提案の順序を高から低に、年表で並べ替えます。 |
| organizerAvailability | freeBusyStatus | この提案されている会議の開催者の空き時間情報。 使用可能な値: free、tentative、busy、oof、workingElsewhere、unknown。 |
| suggestionReason | String | 会議時間を提案する理由。 |
フィードバック
フィードバックの送信と表示