pownraj-anubavam / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Calendar API help #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a generic Google Apps account that I have created a few calendars on. I 
have those calendars embeded in my intranet site. I would like to have my users 
be able to add events to those calendars by submitting a form. I am unclear on 
how to go about this. I am using the PHP client library. I have a project 
registered and API keys. Any help or examples would be great.

Original issue reported on code.google.com by jpstar...@gmail.com on 3 May 2012 at 12:51

GoogleCodeExporter commented 9 years ago
Hi Jpstarvin,

There is a sample calendar application here:
http://code.google.com/p/google-api-php-client/source/browse/trunk/examples/cale
ndar/simple.php

There are more in depth samples provided by the Google Calendar API 
documentation site.
https://developers.google.com/google-apps/calendar/v1/developers_guide_php

Original comment by chirags@google.com on 16 May 2012 at 11:09