Microsoft graph api Microsoft图形-获取事件错误

Microsoft graph api Microsoft图形-获取事件错误,microsoft-graph-api,outlook-restapi,Microsoft Graph Api,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": "", "createdDat

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

"/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中的某些用户未获取此密钥。怎么了?有什么想法吗?

这个问题已被确认为图形模式的一个缺陷,将在未来的版本中修复。一旦最新的图形模式可用于修复,我将提供更新。

请告知此链接是否有帮助。