Matt wrote:
> I am successfully getting an array of "Zend_Gdata_Extension_Where"
> objects if I use this:
>
> $where = $event->getWhere();
>
> I never get more than one array element. What kind of situation will
> result in more than one "where"s?
The most common use case is a large meeting with a main venue, and
alternate venues. There is an example of this in the GData Common
Elements document:
<gd:where label="Mountain View Location (main)"
valueString="Google Cafeteria (Building 40)"/>
<gd:where rel="http://schemas.google.com/g/2005#event.alternate"
label="New York Location (videoconference)"
valueString="Metropolis"/>
http://code.google.com/apis/gdata/elements.html#gdWhere
Conceivably there could be hundreds of where elements for a widely
distributed event, say the yearly employees meeting of a large corporation.
Ray
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---