2017-05-10 43 views
3

當您安排會議並且其中一位與會者通過提出新時間作出響應時,無法看到Office 365返回的消息對象上新建議的時間圖表API。建議新會議時間不受Office 365圖形API支持

下面是用於從/消息端點這樣的響應消息對象的示例:

{ 
     "@odata.type": "#microsoft.graph.eventMessage", 
     "@odata.etag": "W/\"DAAAABYAAABScDrPb+rMTZOocc5vRCTLAAG358aD\"", 
     "id": "AAMkADQ3MDg1NWRmLTUxMGQtNDRiMi1iMGE4LTAzMzdjNGRiYTIxNQBGAAAAAADEPuholyn_QpUTcq2qMEH4BwBScDrPb_rMTZOocc5vRCTLAAAAAAEMAABScDrPb_rMTZOocc5vRCTLAAG3qsuFAAA=", 
     "createdDateTime": "2017-05-10T09:51:28Z", 
     "lastModifiedDateTime": "2017-05-10T09:51:28Z", 
     "changeKey": "DAAAABYAAABScDrPb+rMTZOocc5vRCTLAAG358aD", 
     "categories": [], 
     "receivedDateTime": "2017-05-10T09:51:28Z", 
     "sentDateTime": "2017-05-10T09:51:26Z", 
     "hasAttachments": false, 
     "internetMessageId": "<[email protected]od.outlook.com>", 
     "subject": "New Time Proposed: Test event", 
     "bodyPreview": "", 
     "importance": "normal", 
     "parentFolderId": "AAMkADQ3MDg1NWRmLTUxMGQtNDRiMi1iMGE4LTAzMzdjNGRiYTIxNQAuAAAAAADEPuholyn_QpUTcq2qMEH4AQBScDrPb_rMTZOocc5vRCTLAAAAAAEMAAA=", 
     "conversationId": "AAQkADQ3MDg1NWRmLTUxMGQtNDRiMi1iMGE4LTAzMzdjNGRiYTIxNQAQAOSfIUrJuYZEhvDlXsNH9lc=", 
     "isDeliveryReceiptRequested": null, 
     "isReadReceiptRequested": false, 
     "isRead": false, 
     "isDraft": false, 
     "webLink": "https://outlook.office365.com/owa/?ItemID=AAMkADQ3MDg1NWRmLTUxMGQtNDRiMi1iMGE4LTAzMzdjNGRiYTIxNQBGAAAAAADEPuholyn%2BQpUTcq2qMEH4BwBScDrPb%2BrMTZOocc5vRCTLAAAAAAEMAABScDrPb%2BrMTZOocc5vRCTLAAG3qsuFAAA%3D&exvsurl=1&viewmodel=ReadMessageItem", 
     "inferenceClassification": "focused", 
     "meetingMessageType": "meetingTenativelyAccepted", 
     "body": { 
      "contentType": "html", 
      "content": "<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n<meta content=\"text/html; charset=us-ascii\">\r\n<style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n\t{margin-top:0;\r\n\tmargin-bottom:0}\r\n-->\r\n</style>\r\n</head>\r\n<body dir=\"ltr\">\r\n<div id=\"divtagdefaultwrapper\" dir=\"ltr\" style=\"font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif\">\r\n<p><br>\r\n</p>\r\n</div>\r\n</body>\r\n</html>\r\n" 
     }, 
     "sender": { 
      "emailAddress": { 
       "name": "Sebastian Leonaris", 
       "address": "[email protected]" 
      } 
     }, 
     "from": { 
      "emailAddress": { 
       "name": "Sebastian Leonaris", 
       "address": "[email protected]" 
      } 
     }, 
     "toRecipients": [ 
      { 
       "emailAddress": { 
        "name": "Laura Sinestra", 
        "address": "[email protected]" 
       } 
      } 
     ], 
     "ccRecipients": [], 
     "bccRecipients": [], 
     "replyTo": [] 
    } 

這是辦公室365圖形API中的錯誤,或者是有實現這一點的其他方式?

在此先感謝!

回答

0

這還不支持。我們在我們的路線圖上已經有了它,但是還沒有時間框架在API中發佈這種支持。