I'm writing an app which adds events from our server to user's Google Calendar using API. And I encountered a HTTP 409 Conflict error following this scenario:
This scenario can come true when:
It seems that an event in fact isn't removed after invoking delete
API method.
Is there any workaround for this issue?
It turned out that the so-called "delete" operation in fact doesn't delete events, just hides them and changes their status to "canceled". So events continue to exist in Google Calendar.
As a workaround I retrieve deleted entries using "showDeleted" = true
option and update them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With