service.Events.Delete does not work

Hi,
we have an issue with the delete function on Google Calendar: it does not work.

Our code

service.Events.Delete(this.calendarID, eventId).Execute();

We don’t receive any error but we are not able to delete the event.

How can we solve that ? Thank you

Hi,
are you trying sync with google calendar as described in this article?
scheduler-net.com/docs/sync-with … endar.html

Can you put a breakpoint on this line and check is there any exception?
If there is none - there might be something wrong with the eventId that is sent to google service - can you please check whether this id matches the value received from google calendar when loading data.