0

I'm developing an add-in for Outlook Web (Outlook365 and Outlook.com) which needs to retrieve all changes in the calendar.

I tried to use the Calendar REST API, but when calling getCallbackTokenAsync to get the access token, the token I get is scoped, and when I call the Calendar REST API, I get this error:

{"error":{"code":"ErrorAccessDenied","message":"The api you are trying to access does not support item scoped OAuth."}}.

Does anyone have an idea about this or another way to get changed items?

Benjamin W.
  • 46,058
  • 19
  • 106
  • 116

1 Answers1

0

I have same issue with this , just about attachments. You need to set permissions of 'ReadWriteMailbox' in your manifest and then it's supposed to return 200 and not error..but right now there is a bug in outlook.

Read more here: Can't add attachment to message in outlook add-in using Outlook rest API

Good luck .

Community
  • 1
  • 1
OriEng
  • 1,424
  • 18
  • 34