PHPackages                             chetansingh/calendar-manager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chetansingh/calendar-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chetansingh/calendar-manager
============================

Calendar management package for Google Calendar and Microsoft Outlook calendars.

1.2.0(1mo ago)01MITPHPPHP ^8.1

Since Apr 28Pushed 1mo agoCompare

[ Source](https://github.com/chetan-null/calendar-manager)[ Packagist](https://packagist.org/packages/chetansingh/calendar-manager)[ RSS](/packages/chetansingh-calendar-manager/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Calendar Manager
================

[](#calendar-manager)

Calendar Manager is a Composer package for working with Google Calendar and Microsoft Outlook calendars through one small PHP API.

Features
--------

[](#features)

- Google Calendar OAuth URL and callback token exchange
- Google access token refresh helper
- Google Calendar event create, update, delete, get, list, reschedule, cancel
- Microsoft Graph Outlook event create, update, delete, get, list, reschedule, cancel
- Simple `quickCreate` event helper for Google and Outlook
- Google Meet and Microsoft Teams online meeting helpers
- Search, date-range listing, and normalized event arrays
- Availability checks for Google free/busy and Microsoft Graph getSchedule
- Per-driver configuration with sensible defaults

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

[](#installation)

```
composer require chetansingh/calendar-manager
```

Usage
-----

[](#usage)

```
