Many Thanks for this information. I have another question: With the instruction $eventFeeds = $service->getCalendarEventFeed ($query); I find all the events of my default calendar but no events of other calendar that I have setted in my google account. How can I tell to the API to find all the events of all calendars? Many Thanks
On 5 Ott, 22:40, Garrick Linn <[email protected]> wrote: > So I figured out that you can replace 'default' with the string > located after "/feeds/" in the XML link under each calendar's > settings. > > e.g: > > $query->setUser('long list of numbers and letters > %40group.calendar.google.com'); > > On Oct 5, 10:11 am, Garrick Linn <[email protected]> wrote: > > > I have been searching for a way to do this as well. Is there anyone > > out there who can clue us in? > > > On Oct 3, 4:02 pm, Bjoern <[email protected]> wrote: > > > > Hello, > > > > I just started to use the API with PHP (Zend Framework). > > > > I'm wondering if it's possible to select a certain calendar from my > > > list of calendars. > > > By now, the PHP script is only handling my default calendar. > > > > It would be great if I could access the other ones as well. > > > > How can I specify the calender to be used in the code? > > > > Thank you! > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
