Top "Zend-gdata" questions

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP.

Integrating Outlook Calendar to Website / Other

When the users add events to the online calendar they also can be added to the outlook calendar (synchronize). Obviously …

php sharepoint icalendar zend-gdata
Get complete playlist listing for a YouTube User via API

So, here's my code for getting a youtube user's public playlists: function getyoutubeplaylists($userName) { $yt = connectyoutube(); $yt->setMajorProtocolVersion(2); $playlistListFeed = $…

php youtube youtube-api gdata-api zend-gdata
Youtube API - How to limit results for pagination?

I want to grab a user's uploads (ie: BBC) and limit the output to 10 per page. Whilst I can use …

zend-framework youtube-api zend-gdata