1) Create record on Google calendar with an email reminder set 10 minutes prior 2) Retrieve the record via the GData API. Take note of the updated time 3) Modify the reminder on Google so that it is 20 minutes prior 4) Retrieve the recode via GData API. 5) BUG: Though the "reminder minutes" field reflects the setting, the updated field remains the same as when the record was first created. Below are excerpts from a test I just performed.
Initial record: <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http:// schemas.google.com/g/2005"> ... <gd:when startTime="2007-08-17T12:00:00-07:00" endTime="2007-08-17T13:00:00-07:00"> <gd:reminder minutes="10" /> </gd:when> <title type="text">Google reminder</title> ... <updated>2007-08-16T15:33:38-07:00</updated> <published>2007-08-16T15:29:23-07:00</published> </entry> Updated record <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http:// schemas.google.com/g/2005"> ... <gd:when startTime="2007-08-17T12:00:00-07:00" endTime="2007-08-17T13:00:00-07:00"> <gd:reminder minutes="20" /> </gd:when> <title type="text">Google reminder</title> ... <updated>2007-08-16T15:33:38-07:00</updated> <published>2007-08-16T15:29:23-07:00</published> </entry> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
