outlook-restapi

Outlook REST API vs Microsoft Graph

送分小仙女□ 提交于 2019-11-26 12:07:25
问题 I am working on an application that needs to retrieve and edit calendar events from Outlook.com and Office 365. I have seen there are 2 options: Outlook REST API Microsoft Graph They seem to have pretty much the same interface. I saw that Outlook REST API has support for notifications (webhooks), Microsoft graph does not ?. So which one to choose, what are the advantages/disadvantages and why are there 2 api\'s ? 回答1: To retrieve and edit calendar events from Outlook.com, Microsoft Graph API

Outlook - Read another user's calendar

南笙酒味 提交于 2019-11-26 08:28:40
问题 I\'m developing an Android App based on Outlook-SDK-Android. The App talks with Outlook Calendar REST API to retrieve, book and delete events (see code examples here and here). Now I need to read someone else\'s calendar and I\'ve been provided an Office365 account with delegate access (author permission level) towards other users. I\'ve registered my app using the provided account on the new portal. In my App I use the scope \"https://outlook.office.com/Calendars.ReadWrite\". (The scope is

Office365 API - Admin accessing another users/room's calendar events

∥☆過路亽.° 提交于 2019-11-26 08:21:36
问题 By hitting this request: https://outlook.office365.com/api/v1.0/users/room@email.com/events in a browser I can enter my admin username and password and get Calendar Events for that specific room. However when I try making this call from a native app with the admin authenticated I get this response: reason=\"The call should access the mailbox specified in the oauth token.\";error_category=\"invalid_grant\" How can I get calendar events for a specific room authenticated as the admin? 回答1: At