A Silex app using the Google Calendar API to provide custom reports on your own calendars https://developers.google.com/google-apps/calendar/
Frederic G. MARAND c5faf5d50c First commit: working example listing events on OSI Calendar. | 11 years ago | |
---|---|---|
app | 11 years ago | |
config | 11 years ago | |
.gitignore | 11 years ago | |
README.md | 11 years ago | |
composer.json | 11 years ago | |
composer.lock | 11 years ago |
This program uses the Google Calendar API to provide custom reports on your own calendars.
Or, more realistically at this point, it attempts to show how to integrate that API in a Silex Framework application.
https://code.google.com/p/google-api-php-client/downloads/detail?name=google-api-php-client-0.6.7.tar.gz
Unpack it to lib/google-api-php-client like:
cd lib ; tar xf google-api-php-client-0.6.7.tar.gz
Download composer.phar
Run php composer.phar install
to download and install all Composer-controlled
dependencies.
Regrettably, none of the Packagist packages for the Google API PHP Client appears to be reasonably up to date currently, hence the separate downloads.