Hello all and thanks for reading my topic.

First let me say that I've very new to CakePHP and MVC in general so please 
bare with me.  I have actually read The Book and found it to be a great 
starting point, and the main reason I chose Cake over other PHP MVC 
frameworks.

I'm working on a webservice that integrates with Google's Apps 
API<https://developers.google.com/google-apps/app-apis>. 
I would like Cake to essentially use google as the database for many of my 
functions such as Authenticating a user, and CRUD with their calendar 
events, contacts etc.

I know I'll be needing to use OAuth 2.0 however, Google has a 
library<http://code.google.com/p/google-api-php-client/> that 
I would like to integrate with Cake that would take care of this, and I 
believe that is my first step. I have gone as far as adding it to my 
to app/vendors in a /GoogleAPI folder. I have also tested the API as a 
stand alone site on my local network and I am able to get a response from 
Google with the correct calendar information from a google account. I used 
Google's 
PHP calendar API 
Sample<http://code.google.com/p/google-api-php-client/source/browse/trunk/examples/calendar/simple.php>
 to accomplish this.

Has anyone done anything like this before or can one point me in the right 
direction? What are my next steps?

I'm using CakePHP 2.2.1

Thanks in Advance

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to