djamy/google-calendar-bundle
Composer 安装命令:
composer require djamy/google-calendar-bundle
包简介
GoogleCalendar Service with useful functions to manage google events
README 文档
README
This bundle use Google API for list, create, or update events in Google Calendar.
Please feel free to contribute, to fork, to send merge request and to create ticket.
##Requirement
Create a API account
https://console.developers.google.com Choose Server to Server type
##Installation
Step 1: Install GoogleCalendarBundle
Run
composer require djamy/google-calendar-bundle:dev-master
Step 2: Enable the bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Djamy\GoogleCalendarBundle\DjamyGoogleCalendarBundle() ); }
Step 3: Configuration
// app/config/parameters.yml Copy your P12 file for example in app/Resources/GoogleCalendarBundle/XXXX.p12
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
统计信息
- 总下载量: 399
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-16