Obviously it's an error to modify a deleted event, but error 500 seems a little harsh. Wouldn't error 409 be more appropriate? After all, it is an optimistic locking failure in a sense.
I have a few other bones to pick with this error. Here it is verbatim. ------ HTTP/1.1 500 Internal Server Error Content-Type: text/plain; charset=UTF-8 Transfer-Encoding: chunked Cache-control: private Date: Thu, 09 Aug 2007 16:28:57 GMT Server: GFE/1.3 Cneonction: Close com.google.calendar.server.CalendarException: Can't mutate a cancelled event. ------ First of all, "Connection" is misspelled in the header. Second, "cancelled" is more properly spelled "canceled". Third, is that ' really necessary? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
