【发布时间】:2021-09-27 19:49:35
【问题描述】:
我目前正在尝试使用图形 API 处理日历。
上周,我尝试过使用
https://graph.microsoft.com/v1.0/users/{user_id}/calendars
和
https://graph.microsoft.com/v1.0/users/{user_id}/calendars?$top=500
列出 my_calendar 组中的日历。
但是,只能列出我几个月前创建的日历,而我今天创建的所有日历都没有列出。 (只有 15 个日历)
注意。我试过用
- 用户界面:https://outlook.office.com/calendar/view/month
- 图资源管理器发送api:发布https://graph.microsoft.com/v1.0/users/{user_id}/calendars
创建日历。
但是,列表日历 api 无法列出我创建的所有新日历。
最好的问候,
先谢谢啦~!
【问题讨论】: