I'm trying to create a new event with an attendee. Here's the <gd:who /> element of the entry I'm using to do the create:
<gd:who rel='http://schemas.google.com/g/2005#event.attendee' valueString='Elmo Wood' email='[EMAIL PROTECTED]'> <gd:attendeeStatus value='http://schemas.google.com/g/2005#event.accepted'/> </gd:who> But when I request the entry back from gCal, the element looks like this: <gd:who rel="http://schemas.google.com/g/2005#event.attendee" valueString="[EMAIL PROTECTED]" email="[EMAIL PROTECTED]"> <gd:attendeeStatus value="http://schemas.google.com/g/2005#event.accepted"/> </gd:who> I should be able to set the valueString property of a <gd:who /> element, right? (This is with straight HTTP requests, no toolkits.) Thanks, Charlie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
