PHPackages                             bitcko/yii2-bitcko-google-calendar-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bitcko/yii2-bitcko-google-calendar-api

ActiveYii2-extension[API Development](/categories/api)

bitcko/yii2-bitcko-google-calendar-api
======================================

Bitcko Yii2 Google Calendar Api Extension use to create and delete events from google calendar

310.8k↓35.7%5[3 issues](https://github.com/bitcko/yii2-bitcko-google-calendar-api/issues)PHP

Since Mar 1Pushed 7y agoCompare

[ Source](https://github.com/bitcko/yii2-bitcko-google-calendar-api)[ Packagist](https://packagist.org/packages/bitcko/yii2-bitcko-google-calendar-api)[ RSS](/packages/bitcko-yii2-bitcko-google-calendar-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Bitcko Google Calendar Api Extension
=========================================

[](#yii2-bitcko-google-calendar-api-extension)

Yii2 Bitcko Google Calendar Api Extension use to create and delete events from google calendar

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require bitcko/yii2-bitcko-google-calendar-api:dev-master

```

or add

```
"bitcko/bitcko/yii2-bitcko-google-calendar-api": "dev-master"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

1. Download client\_secret.json file from [Google Developer Console](https://console.developers.google.com/).
2. Move the client\_secret.json to app/config dir.
3. Controller example

```
