This is the error that I receive when I try to pull the events from Office 365. Using the calendarView API end point to pull the events
{ "error": { "code": "ErrorItemNotFound", "message": "The specified object was not found in the store." } }
This is the error that I receive when I try to pull the events from Office 365. Using the calendarView API end point to pull the events
{ "error": { "code": "ErrorItemNotFound", "message": "The specified object was not found in the store." } }
The error is telling that the object doesn't exist in the given store/mailbox.
Try the following:
(1) Make sure you can access the given item in Outlook
(2) If yes, try accessing the item using Graph API and locate it's ID using Graph Explorer/POSTMAN. Then open the item programmatically using the above collected id and see if it works.
The problem is the customer can able to see the calendar and events in the calendar. But when i pull through API always it is giving the above error.
2 people are following this question.