Ryan - It looks like this is only an issue for non-default calendars.
This is the XML/post URI I sent:

Requesting POST
http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private/full

<entry xmlns:gd="http://schemas.google.com/g/2005";
xmlns="http://www.w3.org/2005/Atom";>
  <category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"/>
  <title type="text">test reminder</title>
  <content type="text"/>
  <author>
    <name>Philipp Kewisch</name>
    <email>[EMAIL PROTECTED]</email>
  </author>
  <gd:transparency
value="http://schemas.google.com/g/2005#event.opaque"/>
  <gd:eventStatus
value="http://schemas.google.com/g/2005#event.confirmed"/>
  <gd:where valueString=""/>
  <gd:when startTime="2006-11-08T14:00:00+01:00"
endTime="2006-11-08T15:00:00+01:00">
    <gd:reminder minutes="15"/>
  </gd:when>
  <gd:visibility
value="http://schemas.google.com/g/2005#event.public"/>
</entry>


The gd:when element in the returned entry looks as follows:
<gd:when startTime='2006-11-08T14:00:00.000+01:00'
endTime='2006-11-08T15:00:00.000+01:00'><gd:reminder
minutes='10'></gd:reminder></gd:when>

Philipp


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