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 ...
3
votes
1answer
356 views
Programmatic login to Google Data API
I'm building an application which will basically be an interface for my Google Finance account. Several people will use. I have just started to research on how to do this, and one thing that ...
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, ...
2
votes
4answers
2k views
How can I query Google Spreadsheets API with a string value?
I am using Zend_Gdata_SpreadsheetsListQuery. In PHP my query is:
"confirmation=$confirmation"
The problem is that $confirmation = 'AB-CD-EFG-012345'; Apparently the hyphens are causing problems ...
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 = ...
1
vote
1answer
235 views
Zend GData - seems really big
I've downloaded the Zend GData package to use the Google Calendar API. When I look through the contents of the package it seems to contain loads and loads of stuff. Do I really need all of it just for ...
1
vote
1answer
2k views
How to correct Zend_Uri_Exception (YouTube API with PHP Zend Gdata)
I am using Zend Gdata to interface with the YouTube API from a PHP script. I actually had this working fine, and suddenly I am getting a fatal error about a 'Zend_Uri_Exception' with message 'Invalid ...