Thanks, Ryan! I have one clarification question about 1), if I may:
Can a non-recurring event's time always be gotten from <code>event.getTimes().get(0)</code>? I ask because updating an Event's time necessitates using <code>event.addTime(when)</code>, which makes me think that the old time associated with this Event is retained. [ If this is true, then I would assume the added event would tack on to the end of the list and in order to get it I would need to call event.getTimes().get(event.getTimes().size())? ] Thanks again, Taivo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
