locked
Office 365 REST API for calendar not working from Sep 14th 2015 RRS feed

  • Question

  • Hi all,

    I am using Office 365 API to list down the events from particular mail id (e.g. abc @ xyz. onmicrosoft. com). I used following API to get events 'https :// outlook. office365. com/ api/ v1.0/ users('abc @ xyz. onmicrosoft. com')calendars/ {calendar_id}/ events' with proper calendar ID. I am able to get the list of calendar for this user, but getting exception while listing events. The response is as follows '{"@odata.context":"https :// outlook. office365. com/ api/ v1.0/ $metadata#Me/Events","value":[{"error":{"code":"ErrorInternalServerError","message":"Object reference not set to an instance of an object."}}'.


    However this was working properly till Sep 11th 2015. Does anybody know, what has been changed at API side? Why I am getting this error. When checked  other APIs (e.g. office 365 mail API and Contact API), these are working as expected.

    There is a API sandbox provided from Microsoft (https :// apisandbox. msdn. microsoft. com/), which is also working well for Mails and Contacts but same error for calendar APIs.

    Wednesday, September 16, 2015 11:01 AM

Answers

All replies

  • Hi Mahesh,

    I am able to reproduce this issue. It seems this issue is relative to the server-side. I would suggest that you contact the Office Developer Platform Team via link below:
    https://officespdev.uservoice.com/

    Regards & Fei


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Friday, September 18, 2015 5:33 AM
  • It seems, somebody has fixed this. It is working properly now at (Sep 18th 2015, 12:59pm IST).

    Thanks 'Somebody'
    (^_^)

    Friday, September 18, 2015 7:29 AM