Hi all,
I'm using graph api to fetch/create calendar event in outlook. I have opted to follow delegate model and I did App registration and created a service account. Also, I created a room resources with proper delegate access to that service account. I was successfully able to fetch the room resource calendar event with the tenant ID and service account token. But sometimes i observe few error codes in the graph api response which are inconsistent.
code: ErrorItemNotFound, message: The specified object was not found in the store. :- I didn't change any delegate access to the room resources but it comes at times and goes off after some time. Behaviour looks inconsistent. I'm not able to narrow it down to the root cause.
DelegatedCalendarAccessDenied :- I have search over the internet on the cause of this issue but couldn't find any lead. Two room resources configured under same delegate access token works fine. On some day, one room resource stops working. Even this behaviour looks inconsistent and couldn't get a root cause.
Please guide me to list of graph API error codes and its resolution