PHPackages                             jlbousing/google-calendar-event - 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. jlbousing/google-calendar-event

ActiveLibrary[API Development](/categories/api)

jlbousing/google-calendar-event
===============================

Package to make a google calendar event by any PHP project

011PHP

Since Dec 2Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/jlbousing/google-calendar-event)[ Packagist](https://packagist.org/packages/jlbousing/google-calendar-event)[ RSS](/packages/jlbousing-google-calendar-event/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Google Calendar Event
=====================

[](#google-calendar-event)

PHP package to create Google Calendar events from any PHP project.

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

[](#installation)

```
composer require jlbousing/google-calendar-event
```

Example of use with a Laravel API
---------------------------------

[](#example-of-use-with-a-laravel-api)

Configuration
-------------

[](#configuration)

This package requires Google Calendar API credentials. Follow these steps to obtain them:

1. Go to the [Google Cloud Console](https://console.cloud.google.com/)
2. Create a new project or select an existing one
3. Enable the Google Calendar API
4. Create OAuth 2.0 credentials and obtain your Client ID, Client Secret, and configure your redirect URI
5. Save these credentials to use in your project

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
