Sorry, i haven't found it neither here http://code.google.com/apis/calendar/data/2.0/developers_guide_python.htmlnor here http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html. Please point me to the documentation where i can read about "showdeleted" parameter or info about hidding events. Thanks.
But i was asking to help me erase unnecessary data from event instance cause there are a lot of fields that i need to initialize and some of them are like Recurrence, that API doesn't even bothered to parse, and it will be like copying whole but only field by field. On Tue, Mar 29, 2011 at 7:28 PM, am63 <[email protected]>wrote: > 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
