This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Releases: OpenCompanyApp/integration-google
Releases · OpenCompanyApp/integration-google
v1.0.0 — Google Calendar & Gmail
Google Calendar & Gmail Integration
One package, two integrations — each appears as a separate card on the integrations page.
Google Calendar (3 tools)
| Tool | Type | Description |
|---|---|---|
google_calendar_list |
read | List calendars and search/list events |
google_calendar_event |
write | Create, update, delete, quick-add events |
google_calendar_freebusy |
read | Check free/busy availability |
Gmail (4 tools)
| Tool | Type | Description |
|---|---|---|
gmail_search |
read | Search/list messages using Gmail query syntax |
gmail_read |
read | Read full email content with body parsing |
gmail_send |
write | Send, create draft, send draft, reply |
gmail_manage |
write | Labels, read/unread, trash, archive |
Highlights
- OAuth 2.0 with automatic token refresh (access tokens expire in 1 hour)
- Shared
GoogleClientwith transparent token persistence to database - Independent credentials per integration — connect different Google accounts
- PHPStan level 6 clean, zero dependencies beyond integration-core + laravel/ai