Thank you. That's great. A tangent question: I'm using the Zend_Gdata_Calendar_EventQuery::setUser() method to identify the calendar for the event feed. I provide a string like "[EMAIL PROTECTED]" or "[EMAIL PROTECTED]" and it returns one calendar's worth of events (rocking, thanks again!). I want to reliable retrieve that string from the calendar list feed. Right now I'm taking the calendar "id":
http://www.google.com/calendar/feeds/default/[EMAIL PROTECTED] ... finding the last occurrence of "/", then stripping out the "http:// www.google.com/calendar/feeds/default/" part to get the corrent string for Zend_Gdata_Calendar_EventQuery::setUser(). It feels pretty hacky to parse a string like that. Is there a better way? On Jun 6, 1:35 am, Ray Baxter <[EMAIL PROTECTED]> wrote: > On Jun 5, 2008, at 3:29 PM, Matt wrote: > > Using Zend > > > Is there a way to retrieve events from certain calendars and not > > others? > > Yes. There is no way to retrieve events from more than one calendar > simultaneously. > > getCalendarEventFeed takes a url or query as a parameter. > > http://framework.zend.com/apidoc/core/Zend_Gdata/Zend_Gdata_Calendar.... > > 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 -~----------~----~----~----~------~----~------~--~---
