gpt4 book ai didi

php - 使用 microsoft graph API 创建事件时设置自己的事件 ID

转载 作者:行者123 更新时间:2023-12-03 09:06:55 25 4
gpt4 key购买 nike

我正在使用 Microsoft Graph API 来集成 microsoft/outlook 日历和事件。

API Reference is here我想在使用此 REST API 创建事件时为事件指定我自己的自定义 ID,但我没有找到任何方法来执行此操作。它自动创建了一个 id。有没有办法指定我们自己的Id。

以下是我的要求:

POST: https://graph.microsoft.com/v1.0/me/events

{
"subject": "My event",
"start": {
"dateTime": "2017-10-05T07:57:45.679Z",
"timeZone": "UTC"
},
"end": {
"dateTime": "2017-10-12T07:57:45.679Z",
"timeZone": "UTC"
}
}

最佳答案

否,ID 由 Exchange 创建,用户不可定义。我能想到的最佳选择是向事件添加扩展属性:

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/extended-properties-overview

关于php - 使用 microsoft graph API 创建事件时设置自己的事件 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46641396/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com