27

In the last few days (starting on Oct 28, 2019), without any code change on our part, we've started seeing a significant amount of requests from our server to create events on a calendar (using this endpoint: https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/calendar-rest-operations#CreateAnEvent) returning an error.

Error is: ErrorIrresolvableConflict, with the error message:

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.

We suspect this is a new issue on Graph API / Outlook REST API / Exchange side, but have no visibility. We found this article: https://support.office.com/en-us/article/the-operation-cannot-be-performed-because-the-item-has-changed-74c99323-8a0d-4d45-ad32-e462e215a82a

Which seems somewhat related, although it does not mention the Outlook REST API.

Can someone confirm this is indeed a standing issue on MSFT's end? if not, perhaps shed some light on this error in the context of scheduling an event?

--

EDIT: As of November 8th, this has not yet been resolved. To anyone who encounters this issue, I wanted to share my observation so far:

When this error is returned, the request seems to still go through on outlook's side and the event DOES get created and attendees DO get the invite.

This has caused confusion as we usually retry failed requests, which results in duplicate events created.

To mitigate this, we catch this error code and let our users know that the request most likely was successful and to check their calendars before trying to submit again.

Hope that helps.

lior
  • 537
  • 4
  • 13
  • 3
    It is being worked on. Should be resolved in next few days. – Ivan Franjic Nov 01 '19 at 20:31
  • 1
    Thanks for confirming. Can you shed some light on the scope of this issue? We suspect it’s related to exchange specifically and not outlook 365. Is there an status page about this anywhere? – lior Nov 02 '19 at 21:04
  • 1
    I'm also getting this same error from the MS Graph API when creating calendar events. Thanks for reporting. @IvanFranjic please keep us updated on the fix. – Jason B Nov 04 '19 at 15:28
  • 2
    I am also finding this error, not when creating calendar events but when updating them shortly after creating them. – Konrad Nov 05 '19 at 10:32
  • 1
    I'm also getting the very same error randomly (noticed since Nov 01, 2019) when creating events on Outlook 365 using Microsoft Graph – Leo von Barbarosa Nov 05 '19 at 20:16
  • 1
    Since today (Nov 06, 2019) this error stopped occurring in our tests. It seems like the bug is solved. – Leo von Barbarosa Nov 06 '19 at 12:59
  • 2
    Still getting the error on my sites. It is sporadic but reproducable. – Jason B Nov 06 '19 at 14:09
  • 2
    Definitely still happening for us, unfortunately. Still waiting for fix. – lior Nov 06 '19 at 15:02
  • 7
    @IvanFranjic do you have a link to a status page/update that we can follow? Like OP we're still experiencing this error – jarbaugh Nov 06 '19 at 19:01
  • 2
    Having the same issue here, it seems that the error wasn't fixed yet. Please let us know if there is any status page. – Henrique Jan 03 '20 at 12:36
  • 1
    We are experiencing the same issue. Not every event creation is failed though. But we still can't determine what causes the failure. – Vasily Jan 04 '20 at 07:53
  • 1
    Hello everyone. Issue has been fixed and it will be rolled out in few days across environments. You should start seeing service recovered very soon. – Ivan Franjic Jan 07 '20 at 13:47
  • Wow that is amazing news, thank you so much for updating @IvanFranjic! – lior Jan 07 '20 at 16:00
  • 3
    OOC, @IvanFranjic has this fix been rolled out completely? – mellocello Jan 09 '20 at 21:26
  • 2
    We are still seeing this error on creating events – mattwad Jan 21 '20 at 00:29
  • 1
    @mattwad at what volume? after the fix was issued, we're still getting those errors but at around ~30-40 per day, as opposed to 2500. So it seems like something did improve... but not completely. – lior Jan 21 '20 at 19:42
  • @lior i only have logs for the past 2 weeks. It is happening a little less than 1 in 100 times. Not sure what the rate was before. It really messes with our system, though. I'm going to try a hack where I read the calendar after creating an event to see if it actually got created or not :P – mattwad Jan 23 '20 at 03:24
  • @mattwad yeah it's a pretty nasty bug in that you get an error back but some actions do get processed so you never have certainty whether an operation was successful or not. really hope this gets 100% resolved by microsoft. – lior Jan 23 '20 at 15:33
  • 1
    I can confirm, when we get this error code we just read the calendar and have been able to find the event. It's ugly as sin, but it solves the customer's pain :fingers crossed:. – mattwad Jan 27 '20 at 18:54
  • Feb 2020 still able to reproduce the issue. ~1/1000 requests – Monish Sen Feb 24 '20 at 08:58
  • Having the same issue when trying to send email after uploading large attachment. – Leon Oct 05 '20 at 15:24

0 Answers0