2017 © Pedro Peláez
 

symfony-bundle google-calendar-bundle

GoogleCalendar Service with useful functions to manage google events

image

djamy/google-calendar-bundle

GoogleCalendar Service with useful functions to manage google events

  • Wednesday, June 29, 2016
  • by Djamy
  • Repository
  • 3 Watchers
  • 7 Stars
  • 343 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

GoogleCalendarBundle

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)

Requirement

Create a API account

https://console.developers.google.com Choose Server to Server type, (*3)

Installation

Step 1: Install GoogleCalendarBundle

Run, (*4)

composer require djamy/google-calendar-bundle:dev-master

Step 2: Enable the bundle

``` 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

The Versions

29/06 2016

dev-master

9999999-dev

GoogleCalendar Service with useful functions to manage google events

  Sources   Download

MIT

The Requires

 

google calendar google api