A Silex app using the Google Calendar API to provide custom reports on your own calendars https://developers.google.com/google-apps/calendar/
|
|
пре 12 година | |
|---|---|---|
| app | пре 12 година | |
| config | пре 12 година | |
| .gitignore | пре 12 година | |
| README.md | пре 12 година | |
| composer.json | пре 12 година | |
| composer.lock | пре 12 година |
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.gzUnpack 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.