Accessing Google Calendar using Zend_Gdata_AuthSub

intro
This article shows code that access your google calendar using Zend_Gdata_AuthSub and Zend_Gdata_Calendar.
Please see Programmer’s Reference Guide(16.2) for more detail information.
You can check the screen from demonstration site(though I don’t know about security).

1.Create Controller
Create the file application/constorllers/GdataController.php with the following content.
2.Create View
Create the file application/views/scripts/gdata/index.phtml with the following content.

3.Check
Access the web server and check events of your google calendar after you logged in from google’s login screen.
History
Date Content
2008/5/1 Published

Leave a Reply

Your email address will not be published.