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. hace 10 años
app c5faf5d50c First commit: working example listing events on OSI Calendar. hace 10 años
config c5faf5d50c First commit: working example listing events on OSI Calendar. hace 10 años
.gitignore c5faf5d50c First commit: working example listing events on OSI Calendar. hace 10 años
README.md c5faf5d50c First commit: working example listing events on OSI Calendar. hace 10 años
composer.json c5faf5d50c First commit: working example listing events on OSI Calendar. hace 10 años
composer.lock c5faf5d50c First commit: working example listing events on OSI Calendar. hace 10 años

README.md

Calendaring

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.

Install

  • Download Google API PHP Client. This code uses version 0.6.7 from: 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.