ErrorItemNotFound - The specified object was not found in the store


ErrorItemNotFound - The specified object was not found in the store



I'm doing an integration of my platform with the Office 365 Calendar through the Microsoft Graph API. As authentication I am using Admin Consent!



Sometimes when I try to update or delete an event from a user I get this error:


ErrorItemNotFound - The specified object was not found in the store.



I have searched about it and I need help figuring this one out.




1 Answer
1



I think you should do the opposite, first verify the object exists an then remove. This due to the distributed nature of the platform changes are not propagated immediately to all nodes





Hey, thanks for your answ. When i try to see if the event exist, the event is there , and if i try later it works! Have you some suggestion how to avoid this when trying to updating a event?
– Christophe Soares
19 hours ago






Thanks Chistophe, in fact I would do quite the same and then wait a short while. Even I'm a fan of O365 can't say the nodes are populated as fast as we´d like it. Good luck!
– Jose Rios
17 hours ago





BTW using PowerShell I just updated something very simple in my lab tenant (the primary SMTP address of an O365 group) and over a couple of minutes there were diferences between "Get-UnifiedGroup -Identity" output, the Exchange admin center, and the O365 admin center ... nothing we should worry that much about indeed :-)
– Jose Rios
17 hours ago







By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Opening a url is failing in Swift

Export result set on Dbeaver to CSV