I'm trying to implement the api using batch actions. I insert events using batch xml like:
<entry> <batch:id>I514</batch:id> <batch:operation type='insert' /> <category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event' /> <title type='text'>One</title> <content type='text'>Description</content> <gd:when startTime='2009-02-15T19:00:00Z' endTime='2009-02-15T21:00:00Z' /> <gd:who rel='http://schemas.google.com/g/2005#event.attendee' valueString='Frank' email='[email protected]' > <gd:extendedProperty name='personId' value='8' /> </gd:who> <gd:who rel='http://schemas.google.com/g/2005#event.attendee' valueString='Harold' email='[email protected]' > <gd:extendedProperty name='personId' value='10' /> </gd:who> <gCal:sendEventNotifications value='true'/> <gd:extendedProperty name='itemId' value='514' /> </entry> Note that I have an extended property on both the gd:who and the event I'm inserting. When I query the calendar, however, I get neither back in the response. Any idea what I could be doing wrong? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
