Tagged Questions
0
votes
1answer
233 views
Zend Gdata Calendar: setQuery with exact phrase match?
I am having trouble using Zend_Gdata_Calendar to return a subset of Google Calendar events with an exact phrase match.
The reference guide for Zend_Gdata_Books, in the setQuery() section, suggests ...
1
vote
1answer
410 views
Export/Download a Google Document using Zend Gdata
How do I export (i.e. Download it from Google to my local) a Google Document using the Zend Gdata class?
I can retrieve a list of all the documents easily enough with the Zend_Gdata_Docs methods:
...
0
votes
1answer
731 views
Does anyone know how to get Zend_Gdata_Calendar to fetch events for secondary calendars?
I have got as far as using ClientLogin to log in to the Google Account, I can retrieve a list of the calendar names for this user (using the example code on the Dev Guide).
This is great. However, ...
0
votes
2answers
582 views
How do we read the data from a public google spreadsheet using Zend_Gdata
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:
$service = ...