As explained in the API reference, deleting an event does not really remove it from the calendar, it's just hidden (there is a "showdeleted" query parameter to retrieve deleted events in a calendar feed).
So, if you try to insert again an event with the same ID, the ID unique constraint is violated. You should NOT copy the entire event data, but rather create an empty event initialized with only meaningful data (title, description, location, day, time, recurrence). -- 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://code.google.com/apis/calendar/community/forum.html
