I decided to have another crack at getting ing event attendees to work 
with my Perl client libraries.

However it's still not working - attendeeStatus, attendeeType and the 
rel are all completely ignored (although the event is added 
successfully and the API recognises that there is an attendee).

The XML I'm sending is 

<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom"; 
xmlns:gd="http://schemas.google.com/g/2005";>
  <category term="http://schemas.google.com/g/2005#event"; 
scheme="http://schemas.google.com/g/2005#kind"/>
  <title>Test attendee event 1206651518</title>
  <gd:who valueString="Test Account" email="[EMAIL PROTECTED]" 
rel="http://schemas.google.com/g/2005#event.speaker";>
    <gd:attendeeType 
value="http://schemas.google.com/g/2005#event.required";></gd:attendeeType>
    <gd:attendeeStatus 
value="http://schemas.google.com/g/2005#event.declined";></gd:attendeeStatus>
  </gd:who>
</entry>


what am I doing wrong?



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