Quick Start
Install the plugin:corsair.ts
Authentication
Supported Auth Types
The Google Calendar plugin uses OAuth 2.0 authentication exclusively.oauth_2(default) - OAuth 2.0 authentication
OAuth 2.0 Setup
Store your OAuth app credentials, then start the flow:Options
The Google Calendar plugin accepts the following configuration options:| Option | Type | Description |
|---|---|---|
authType | 'oauth_2' | Authentication method (defaults to 'oauth_2') |
credentials | object | Credentials object with clientId and clientSecret |
hooks | object | Endpoint hooks for custom logic |
webhookHooks | object | Webhook hooks for event handling |