Reputation: 3358
i need to integrate google calendar API to show the logged in users google calendar in my php website , with the all the same functions it have in the google calendar , there is any possible way to do this? currently am working with this https://developers.google.com/google-apps/calendar/ so kindly let me know your suggestions .
Upvotes: 5
Views: 20815
Reputation: 8084
Check out some links,
How to Access Google Calendar With Php Using Google API
Google APIs Client Library for Php
Integrate your Php application with Google Calendar
Adding/Deleting Events with the Google Calendar API
New JSON format for the Google Calendar API
may help you.
Upvotes: 11