Hi Ceri, I think your problem is related to this other thread:
http://groups.google.com/group/google-calendar-help-dataapi/browse_thread/thread/16c57bcd593fc282/5bfe0210107f8ea0?lnk=gst&q=reminder+author%3Aliabraaten&rnum=7#5bfe0210107f8ea0 The issue is that only certain reminder times are allowed. In this case, your specified value of 1450 minutes (87000 seconds) isn't one of the allowed values. The third post in that thread provides the list of allowed values. Cheers, -Jeff On Sep 6, 9:04 am, Ceri Lewis <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
