dev-master
9999999-devGoogleCalendar Service with useful functions to manage google events
MIT
The Requires
google calendar google api
GoogleCalendar Service with useful functions to manage google events
This bundle use Google API for list, create, or update events in Google Calendar., (*1)
Please feel free to contribute, to fork, to send merge request and to create ticket., (*2)
https://console.developers.google.com Choose Server to Server type, (*3)
Run, (*4)
composer require djamy/google-calendar-bundle:dev-master
``` php <?php // app/AppKernel.php, (*5)
public function registerBundles() { $bundles = array( // ... new Djamy\GoogleCalendarBundle\DjamyGoogleCalendarBundle() ); }, (*6)
### Step 3: Configuration // app/config/parameters.yml Copy your P12 file for example in app/Resources/GoogleCalendarBundle/XXXX.p12 ```yml google_calendar: api_key_file: PATH TO YOUR P12 FILE # For example app/Resources/GoogleCalendarBundle/XXXX.p12 api_url: 'https://www.googleapis.com/auth/calendar' client_email: XXXX@XXXX.iam.gserviceaccount.com
GoogleCalendar Service with useful functions to manage google events
MIT
google calendar google api