This application allows users to subscribe to a public Google Calendar event.
This application needs a public Google Calendar to work with. Visit the Google Developer console
and create a new Google API project. Enable Google Calendar API for this project and create credentials for it.
Google will generate a credentials file. Name it spm_secret.json
and place it in the appropriate config directory.
- Git clone or download this app from the github repository and run
composer install
. - Create database
calendar
and import the schema in thersvp.sql
file.
PHP version 5.6 or newer is recommended.