Reputation: 131
The delete event endpoint occasionally responds with a 412
/ ErrorIrresolvableConflict
status code when attempting to delete an event. The message supplied in the response is:
The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item.
The error description for ErrorIrresolvableConflict suggests that one should:
Retrieve the updated change key and try again.
Glancing at the event resource description I see the changeKey
mentioned as a property of an event, but nothing in the delete event endpoint docs suggests that the changeKey needs to be supplied when deleting an event or how one would do so.
I see a couple of similar questions on SO pertaining to sending emails and adding attachments but searching around yields nothing about deleting calendar events.
This error happens transiently and I have yet to find a way to consistently reproduce it. It does not seem to be related to whether the event has attachments.
This error was observed on the following request:
request-id: 05cffaf7-c422-4bfd-97ac-6ea6d1036021
Upvotes: 5
Views: 788
Reputation: 585
We are having similar issues (see my question here: Getting error code `ErrorIrresolvableConflict` responses when trying to create events on a calendar using Outlook REST API) when creating calendar events through the REST Api. It subsided for a bit (to only several times a day) but since January 2nd has started happening frequently again.
Upvotes: 2