LocationContraints
が指定されていない場合、APIには組織全体の会議室が含まれます。
APIを提供して、意味のある場所を理解できるようにする必要があります。このコンテキストはLocationContraints
オブジェクトによって提供されます。
"locationConstraint": {
"isRequired": true,
"locations": [{
"resolveAvailability": true,
"displayName": "Room 1",
"locationEmailAddress": "[email protected]"
},
{
"resolveAvailability": true,
"displayName": "Room 3",
"locationEmailAddress": "[email protected]"
},
{
"resolveAvailability": true,
"displayName": "Room 3",
"locationEmailAddress": "[email protected]"
}
],
"suggestLocation": true
}
:あなたの部屋のリソースのリストを入力する必要があります。