Restoring a "Canceled" event with Google Calendar API?
- by user283182
I'm trying to change the status of an event back from "canceled" to "confirmed" using Google Calendar API (I'm using .NET but an answer in any language would help) but I get GDataRequestException error:
"You can't modify a cancelled event"
If I've used the API to delete an event in a repeating series, for example, is it possible to change the…