I've just started working through the API and have created a custom
form in PHP and the Zend framework that posts events to my default
calendar - this is for a time tracking application I'm building.

I would like to be able to create events on a specific calendar
instead of the default one, but I can't figure it out. I've tried
searching through the API documentation, the Zend documentation, as
well as this Group and through Google but can't find anything to help
me. All the documentation provides is how to post events to the
default calendar although it does hint that it is possible.

I think it should happen somewhere here:
$service = Zend_Gdata_Calendar::AUTH_SERVICE_NAME;
$client = Zend_Gdata_ClientLogin::getHttpClient($user,$pass,$service);
$service = new Zend_Gdata_Calendar($client);
but no matter what I try I just can't get it to work.

Can anyone help?

Thanks - Stuart.

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