I\'m having a strange problem with the Google Calendar API (through PHP with Zend_Gdata.) On the calendar in question I have several recurring events starting in March:
I\'m working on a project to pull in album information from a us开发者_开发知识库er after authenticating using AuthSub. I cannot for the life of me figure out how to pull a list of all the albums asso
how can i get the video-id of a just uploaded Youtube movie? I\'m using this code: $yt = new Z开发者_Go百科end_Gdata_YouTube($httpClient);
I have read the examples here: http://framework.zend.com/manual/en/zend.gdata.spreadsheets.html But those examples assume the spreadsheet to be read needs authentication:
Hi guys I\'m building a form that uploads documents to my google docs account however its not working I keep getting an error - the following is my code;
I am trying to use the Gcal API in PHP. I am using the ZEND framework function getAuthSubUrl($company)
I downloaded the library Yotube API PHP (search for videos) from zend.com and its examples. On windows (localhost) everything works fine ...
I\'m trying to retrieve a Google Calendar event using the Zend Gdata library. When I create an event I store in my database the event URL returned by the insertevent method. Initially I thought I cou
Hi Guys I\'m trying to delete multiple events from the Google Calendar API (From a date range). I get the feed correctly, this is not the problem. The probleme is the delete function. I get this error
I read the tutorial from IBM develop开发者_如何学Goment website. http://www.ibm.com/developerworks/xml/library/x-googleclndr/#resources