Here i am getting same problem. I had 7 group of calendar but events
are retrieving from single calendar only. Please help me on this.


---------- Forwarded message ----------
From: Wookkie <[email protected]>
Date: Oct 8, 12:46 am
Subject: Getting all Events from a googleApps Calender
To: Google Calendar Data API


Hi,
i fetch my calendar-Feed via Zend Framework:
$service = Zend_Gdata_Calendar::AUTH_SERVICE_NAME;
$client = Zend_Gdata_ClientLogin::getHttpClient($userName,
$userPassword, $service);
$gcal = new Zend_Gdata_Calendar($client);
$query = $gcal->newEventQuery();
$query->setUser('default');
$query->setVisibility('private');
$query->setProjection('basic');
$feed = $gcal->getCalendarEventFeed($query);

Now i only get my own calendar an not the one group-calendar from my
google apps.
Do i have the possibility to set the fetched calendar to another one?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to