使用 MS Graph API 到 subscribe/import iCal URL
Using MS Graph API to subscribe/import an iCal URL
如何使用 Microsoft Graph API to import/subscribe an Office365 user to a calendar hosted at a URL in iCal format? For example, suppose I have a calendar hosted at https://example.org/events.ical 并希望此日历显示在 Office365 上托管的用户的 Outlook 中?
如果我手动进行,我会遵循 these instructions。但是我找不到用于执行此操作的图表 API。
使用 AzureAD auth/permissions/token 不是问题,我已经可以正常工作了。正是 API 调用 Outlook on Office365。
恐怕这不是受支持的方法。您需要在您的应用程序中解析来自 iCal 提要的事件,然后使用 Graph 创建实际事件。
如何使用 Microsoft Graph API to import/subscribe an Office365 user to a calendar hosted at a URL in iCal format? For example, suppose I have a calendar hosted at https://example.org/events.ical 并希望此日历显示在 Office365 上托管的用户的 Outlook 中?
如果我手动进行,我会遵循 these instructions。但是我找不到用于执行此操作的图表 API。
使用 AzureAD auth/permissions/token 不是问题,我已经可以正常工作了。正是 API 调用 Outlook on Office365。
恐怕这不是受支持的方法。您需要在您的应用程序中解析来自 iCal 提要的事件,然后使用 Graph 创建实际事件。