The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP.
When the users add events to the online calendar they also can be added to the outlook calendar (synchronize). Obviously …
php sharepoint icalendar zend-gdataSo, 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-gdataI 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