The "locations" array is designed to hold Where objects with different "rel" 
attribute.

Please refer to the gd:Where attribute API 
reference<http://code.google.com/intl/fr/apis/gdata/docs/2.0/elements.html#gdWhere>:
 you have to set the "rel" attribute to either "event", "event.alternate", 
or "event.parking". Since you did not do that, all where objects may have 
had a default value ("event"), and thus only the first one is saved.

If you want to store the GPS coordinates, you could use store the regular 
location in the Where object, with "rel" attribute set to "event", and write 
the GPS coordinates to an extended property (named as you want).

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to