有什么方法可以忽略 findmeetingtimes 中的组织者日程安排,并且是否存在 findmeetingtimes 没有观察全天会议的错误?
我想知道 room1 在 2018 年 4 月 20 日上午 8 点到 9 点之间是否有空
我正在尝试这个 json 正文,但得到了意想不到的建议。
{
"attendees": [
{
"emailAddress": {
"address": admin@mydomain.onmicrosoft.com",
},
"type": "Required"
}
],
"timeConstraint": {
"timeslots": [
{
"start": {
"dateTime": "2018-04-20T08:00:00",
"timeZone": "Eastern Standard Time"
},
"end": {
"dateTime": "2018-04-20T09:00:00",
"timeZone": "Eastern Standard Time"
}
}
]
},
"locationConstraint": {
"isRequired": "false",
"suggestLocation": "true",
"locations": [
{
"displayName": "room1",
"locationEmailAddress": "room1@mydomain.onmicrosoft.com"
}
]
},
"meetingDuration": "PT1H"
}
我明白了:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.meetingTimeSuggestionsResult",
"emptySuggestionsReason": "OrganizerUnavailable",
"meetingTimeSuggestions": []
}
另外,我回来了,当天预订全天会议的房间是免费的。
最后,我发现组织者在周末总是不可用。