locationConstraint: {isRequired: 'true', offerLocation: 'true'}, Я пытаюсь понять locationConstraint, и я прочитал этот документ . Но я не могу понять, какие места будут предложены. Кажется, места, которые я использовал недавно, более вероятны.
{
"attendees": [
{
"type": "required",
"emailAddress": {
"name": "Samantha Booth",
"address": "samanthab@contoso.onmicrosoft.com"
}
}
],
"locationConstraint": {
"isRequired": true,
"suggestLocation": true
},
"timeConstraint": {
"activityDomain":"work",
"timeslots": [
{
"start": {
"dateTime": "2017-04-21T09:00:00",
"timeZone": "Pacific Standard Time"
},
"end": {
"dateTime": "2017-04-21T17:00:00",
"timeZone": "Pacific Standard Time"
}
}
]
},
"meetingDuration": "PT2H",
"returnSuggestionReasons": true,
"minimumAttendeePercentage": 100
}