On 5/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I can't find a getWhen() function in the Java API. > How do you actually get the when, who, where extensions from the java > api?
You call getTimes(), getParticipants() and getLocations() on the EventEntry object. Note these all return a List. John Wilson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
