Outlook Calendar Rest API(使用/me/events请求和变更组织者来创建会议) [英] Outlook Calendar Rest API (create meeting using /me/events request with change organizer)

查看:303
本文介绍了Outlook Calendar Rest API(使用/me/events请求和变更组织者来创建会议)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Outlook Calendar Rest API.我已经定义了范围,例如:

SCOPES = [ '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

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?

解决方案

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

这篇关于Outlook Calendar Rest API(使用/me/events请求和变更组织者来创建会议)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆