Hi I'm having a problem creating or updating Calendar Events that are All Day and contain a reminder. I'm using the .Net library, but the underlying data looks OK.
The request data looks like: <?xml version="1.0" encoding="utf-8"?> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http:// schemas.google.com/g/2005"> <gd:comments> <gd:feedLink href="http://www.google.com/calendar/feeds/default/ private/full/olkdfbijrn719dbh9lt1c65m7g/comments" /> </gd:comments> <gd:eventStatus value="http://schemas.google.com/g/ 2005#event.confirmed" /> <gd:visibility value="http://schemas.google.com/g/ 2005#event.default" /> <gd:transparency value="http://schemas.google.com/g/ 2005#event.opaque" /> <gCal:uid value="[EMAIL PROTECTED]" xmlns:gCal="http://schemas.google.com/gCal/2005" /> <gCal:sequence value="0" xmlns:gCal="http://schemas.google.com/gCal/ 2005" /> <gd:when startTime="2007-10-03" endTime="2007-10-04"> <gd:reminder minutes="1450" method="sms" /> </gd:when> <gd:who rel="http://schemas.google.com/g/2005#event.organizer" valueString="Ceri Lewis" email="[EMAIL PROTECTED]"> <gd:attendeeStatus value="http://schemas.google.com/g/ 2005#event.accepted" /> </gd:who> <gd:extendedProperty name="OI-331073403" value="00000000C99C2E7A5CB84947AAB0F06869794152070028AA253052CB39428BEE91E7893ACCB300000071D73B00006BE2EE776B673C4FB21C81C844A25C130000007309A90000" / > <title type="text">Calendar Entry</title> <id>http://www.google.com/calendar/feeds/default/private/full/ olkdfbijrn719dbh9lt1c65m7g</id> <link href="http://www.google.com/calendar/hosted/intracomm.co.nz/ event? eid=b2xrZGZiaWpybjcxOWRiaDlsdDFjNjVtN2cgY2VyaS5sZXdpc0BpbnRyYWNvbW0uY28ubno" rel="alternate" type="text/html" title="alternate" /> <link href="http://www.google.com/calendar/feeds/default/private/ full/olkdfbijrn719dbh9lt1c65m7g" rel="self" type="application/atom +xml" /> <link href="http://www.google.com/calendar/feeds/default/private/ full/olkdfbijrn719dbh9lt1c65m7g/63324776929" rel="edit" type="application/atom+xml" /> <author> <name>Ceri Lewis</name> <email>[EMAIL PROTECTED]</email> </author> <category term="http://schemas.google.com/g/2005#event" scheme="http://schemas.google.com/g/2005#kind" /> <content type="text" /> <updated>2007-09-06T16:48:49+01:00</updated> <published>2007-09-06T16:48:49+01:00</published> </entry> and the response I get back is: Status 400 Illegal gd:reminder method or time specified: 87000 seconds Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
