Outlook Calendar Rest API(使用更改组织者的 /me/events 请求创建会议)

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

我正在使用 Outlook 日历休息 API。我定义的范围如下:

范围 = [ 'outlook.office.com/mail.read',

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

使用如下请求: 请求 = https://outlook.office.com/api/v2.0/me/events/

我能够获取日历事件,还能够使用 Rails 框架在日历上创建一个简单的会议。现在我想使用此请求 /me/events 更改我的组织者。有什么办法可以解决吗?

我认为您无法通过 api 甚至通过 Outlook 应用程序更改会议的组织者。请参阅以下链接:

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