Hi, Is there better documentation available somewhere how to actually delete one instance from recurring event.
If I'm doing batch send, should I do update to actual event with appropriate exception to this recurrence. So something like this: <?xml version='1.0' encoding='UTF-8'?> <feed xmlns='http://www.w3.org/2005/Atom' xmlns:batch='http:// schemas.google.com/gdata/batch' xmlns:gCal='http://schemas.google.com/ gCal/2005' > <category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event'></category> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http:// schemas.google.com/g/2005' xmlns:gCal='http://schemas.google.com/gCal/ 2005' gd:etag='"FE8ITgZCeCp7I2A6WhVb"'> <batch:id>1</batch:id> <batch:operation type='update' /> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'></category> <id>http://www.google.com/calendar/feeds/default/events/ q7rhgl7iji45ul1785ipdfk3og</id> <title type='text'>testset</title> <content type='text'></content> <gd:transparency value='http://schemas.google.com/g/ 2005#event.opaque'></gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/ 2005#event.confirmed'></gd:eventStatus> <gd:where valueString=''></gd:where> <gd:recurrence>DTSTART;TZID=Europe/Helsinki:20090713T120000 DTEND;TZID=Europe/Helsinki:20090713T130000 RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR;WKST=SU;UNTIL=21001231T000000Z </gd:recurrence> <gCal:uid value="" /> <gd:recurrenceException specialized="true"> <gd:entryLink> <entry> <id>http://www.google.com/calendar/feeds/default/events/ q7rhgl7iji45ul1785ipdfk3og_2009-08-05T09:00:00Z</id> <gd:eventStatus value='http://schemas.google.com/g/ 2005#event.canceled'/> </entry> </gd:entryLink> </gd:recurrenceException> <gd:visibility value="http://schemas.google.com/g/ 2005#event.private"/> <link rel='edit' type='application/atom+xml' href='http:// www.google.com/calendar/feeds/default/private/full/q7rhgl7iji45ul1785ipdfk3og' /> </entry> </feed> Is this now even correct way to do this? Or should I just delete that instance with correct id? BTW regarding those id's, is it correct way to just create id by adding this _<instance_id> end of actual originating entry id or where I suppose to get those instance id's for every instance? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
