|
Bug: extra gd:reminder elements at event creation: msg#00256org.google.api.calendar
Hello I just created an event without a gd:reminder element with this query: -------------------------------------------------------- <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">basic item test</title> <content type="text">description</content> <author> <name>Philipp Kewisch</name> <email>kewisch@xxxxxxxxx</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="location"/> <gd:when startTime="2006-09-11T18:00:00-04:00" endTime="2006-09-11T20:00:00-04:00"/> <gd:visibility value="http://schemas.google.com/g/2005#event.confidential"/> </entry> -------------------------------------------------------- Notice how the <gd:when> item does not have any reminders. Now I get a response that contains the following <gd:when>: -------------------------------------------------------- <gd:when startTime='2006-09-12T00:00:00.000+02:00' endTime='2006-09-12T02:00:00.000+02:00'><gd:reminder minutes='10'></gd:reminder></gd:when> -------------------------------------------------------- I have set a default reminder of 10 minutes in the UI, so it is comprehensable why the reminder shows up, but there should be a way to create an event with the API without setting a reminder. I suggest sending a <gd:when> that contains no <gd:reminder> should not create one, even if the UI has a default reminder. You could still supply the default reminder through the feed of available calendars or such. Please sort this one out, parts of my code are depending on it. Philipp |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Pocket PC: 00256, Frank Mantek |
|---|---|
| Next by Date: | Bug: gd:when Element does not behave as it should: 00256, Philipp Kewisch |
| Previous by Thread: | Adding Events - duplicationi: 00256, taivo |
| Next by Thread: | Re: Bug: extra gd:reminder elements at event creation: 00256, Frank Mantek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |