Questions tagged [zend-gdata]

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

150 questions
1
vote
1 answer

Zend Gdata and Gmail Feed Access with Oauth

In Zend Gdata modules there is own classes for Docs and Calendar, but not any for Gmail. Do you know any working examples? Because I cant get gmail work myself. I get tokens from Oauth with ease and libraries that Zend does provide work flawlessy,…
Jasmo
  • 808
  • 2
  • 9
  • 17
1
vote
1 answer

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: getAllDocuments() and and getDocumentListFeed() The…
Globalz
  • 4,474
  • 6
  • 34
  • 43
1
vote
0 answers

Accessing Google Docs Templates through PHP

We have implemented an extensive Google Docs integration in our web application. Only now, we'd like to be able to use Google Docs' possibilities for templates. When (in GD) you select "create from template", you get a list of possible templates and…
Robbert
  • 345
  • 3
  • 15
1
vote
1 answer

Google calendar api event feed not giving "where"

I am using the zend google api library to retrieve a list of event from a public calendar. I am successfully able to retrieve the title, when, and content, but where is an empty array. Any documentation that I have found in the past 3 hours from…
nathanjosiah
  • 4,441
  • 4
  • 35
  • 47
1
vote
1 answer

include_once errors with youtube api / Zend Gdata

I'm using Zend Framework ver 1.11.10, specifically the GDATA/YouTube functions. My log is getting blasted with include_once(Zend\Gdata\Media\Extension\VideoQuery.php) failed to open stream: No such file or directory…
Cooter
  • 537
  • 4
  • 21
1
vote
3 answers

How to create an empty spreadsheet using Zend GData

How to create a new, empty spreadsheet using Zends GData Library?
czerasz
  • 13,682
  • 9
  • 53
  • 63
1
vote
1 answer

Get a link to a Google Doc with Zend

Hey there - I'm using Zend Framework with Gdata to handle the Google Docs API. I've got it modified to use V3 so we can upload and manage pdf's from a web interface. We have a custom class gDataClient that sets up the Gdata_Docs service,…
SickHippie
  • 1,382
  • 1
  • 8
  • 20
1
vote
1 answer

Delete document from Google Docs using Zend Gdata

I am having trouble working with Google Docs and Zend Framework 1.11.4. What I am attempting to do is upload a document to Google Docs, retrieve the HTML content and delete the document. I am working with .doc, .pdf, and .rtf files. My code so…
Garry
  • 1,455
  • 1
  • 15
  • 34
1
vote
2 answers

how to use the Google Docs API from PHP on a shared hosting plan?

I would like to read-write specific cells in a Google Spreadsheet, but I'm puzzled by the lot of information on the internet about how to do it. I only have access to shared hosting (which means an FTP access and a control panel), not a virtual…
hyperknot
  • 13,454
  • 24
  • 98
  • 153
1
vote
1 answer

Retrieving Google Contacts Using Zend

I see this tutorial referenced a lot for how to retrieve Google Contacts using PHP. It says that all you have to do is install Zend and then start using the code examples provided. I installed Zend (I think). Then tried the code below, from the…
John
  • 4,820
  • 21
  • 62
  • 92
1
vote
1 answer

Get a list of Worksheets using Zend Gdata API for PHP

I want to list all the worksheets with the name of the sheet and the "worksheetid" which is used in the API to reference the sheet.
tooshel
  • 1,556
  • 3
  • 19
  • 26
1
vote
2 answers

Get AuthSub current user in Zend GData

I'm using Zend Gdata to connect users to a shared Google Docs spreadsheet that serves as a backend to a custom interface. I need to track which user most recently changed the value in a particular column. I'm not aware of a way to do this using…
Brent
  • 11
  • 2
1
vote
1 answer

How to authenticate users into internal application with Google Apps

I am creating an application within our company that handles all our processing. This will need to implement Google Apps (we have premier). I'm having a hard time figuring out the best way to authenticate user. I need full access to ALL their…
bradenkeith
  • 2,397
  • 1
  • 17
  • 26
1
vote
2 answers

Call to a member function getDOM() on a non-object

I'm trying to create a PHP function that adds an event to a google Calendar. It appears to be building the object correctly but it throws a "Call to a member function getDOM() on a non-object in FeedEntryParent.php" error when trying to add the…
Krustal
  • 518
  • 1
  • 4
  • 12
1
vote
1 answer

Google calendar API not returning all canceled events

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: 2010-04-19 9:30 - 16:00 2010-04-20 10:00 - 15:30 2010-04-21 9:30 -…
takteek
  • 7,020
  • 2
  • 39
  • 70