Outlook Calendar Rest API (create meeting using /me/events request with change organizer)

[亡魂溺海] 提交于 2019-12-25 06:25:34

问题


I am using Outlook Calendar Rest API. I have define scope like:

SCOPES = [ 'outlook.office.com/mail.read',

'outlook.office.com/calendars.readwrite' ]

using request like: REQUEST = https://outlook.office.com/api/v2.0/me/events/

I am able to fetch events of calendar and also able to create a simple meeting on calendar using Rails framework. Now I want to change my organizer using this request /me/events. Is there any way to sort it out?


回答1:


I don't think you will be able to change the organizer of a meeting by api, or even through Outlook application. Please see the following links:

https://support.office.com/en-us/article/Best-practices-when-using-the-Outlook-Calendar-D93F72D3-2361-4E0D-8D6A-5C4939C17F39

https://www.extendoffice.com/documents/outlook/4401-outlook-change-meeting-organizer-owner.html



来源:https://stackoverflow.com/questions/43787080/outlook-calendar-rest-api-create-meeting-using-me-events-request-with-change-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!