Microsoft Graph-获取事件错误

时间:2018-07-12 11:45:14

标签: microsoft-graph outlook-restapi

我正在尝试使用以下请求在给定的用户时间范围内召开会议:

"/users/xxx//events?$filter=createdDateTime ge 2018-07-01T00:00:00Z  or lastModifiedDateTime  ge 2018-07-01T00:00:00Z&$top=50"

作为回应,我参加了用户会议,但与往常不同,我没有iCalUId,因为您可以签入以下有效负载:

{
"@odata.etag": "",
"id": "",
"createdDateTime": "",
"lastModifiedDateTime": "",
"changeKey": "",
"categories": Array[0][],
"originalStartTimeZone": "GMT Standard Time",
"originalEndTimeZone": "GMT Standard Time",
"reminderMinutesBeforeStart": 15,
"isReminderOn": true,
"hasAttachments": false,
"subject": "JM:Reunião",
"bodyPreview": "",
"importance": "normal",
"sensitivity": "normal",
"isAllDay": false,
"isCancelled": false,
"isOrganizer": true,
"responseRequested": true,
"seriesMasterId": null,
"showAs": "busy",
"type": "singleInstance",
"webLink": "",
"onlineMeetingUrl": null,
"recurrence": null,
"responseStatus": {
},
"body": {},
"start": {},
"end": {},
"location": {},
"locations": Array[1][],
"attendees": Array[1][],
"organizer": {}
},

只有我们在Office 365中拥有的某些用户无法获得此密钥。怎么了?有想法吗?

1 个答案:

答案 0 :(得分:0)

已确认此问题是Graph模式的错误,该错误将在以后的版本中修复。修复程序提供最新的图形架构后,我将提供更新。