Hi Simon,

Try adding the namespace for 'gd' in your entry element -

<entry xmlns='http://www.w3.org/2005/Atom'
    xmlns:gd='http://schemas.google.com/g/2005'>

Hope it helps,
Austin

On Jan 7, 2008 3:34 PM, Simon Wistow <[EMAIL PROTECTED]> wrote:

>
> I'm posting an event with the xml
>
> <?xml version="1.0" encoding="utf-8"?>
> <entry xmlns="http://www.w3.org/2005/Atom";>
>  <category term="http://schemas.google.com/g/2005#event";
> scheme="http://schemas.google.com/g/2005#kind"/>
>  <title>Test attendee event</title>
>  <gd:who xmlns:gd="http://schemas.google.com/g/2005";
> email="[EMAIL PROTECTED]"
> rel="http://schemas.google.com/g/2005#event.organizer";>
>    <gd:attendeeStatus
> value="http://schemas.google.com/g/2005#event.declined
> "></gd:attendeeStatus>
>    <gd:attendeeType
> value="http://schemas.google.com/g/2005#event.optional";></gd:attendeeType>
>  </gd:who>
> </entry>
>
>
> and the event gets created but when I fetch it back from GData
> the email and attendeeStatus are correct but the rel is set to
> event.attendee and the attendeeType is missing.
>
> Is the xml I'm sending wrong or is this a GData bug?
>
> Thanks,
>
> Simon
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to