Calendar Integration
Lets any application connect a Google Calendar to a Sendeasy calendar and keep both sides in sync — without going through the console.
The connection is made through the public API (/api/v1/calendars/...),
authenticated with the company's API token. Once connected, Sendeasy handles
webhooks and event synchronization on its own.
Translation in progress. The full guide is available in Portuguese: Integração com Calendário.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/calendars | List the company's calendars |
GET | /api/v1/calendars/{id}/integrations/google/connect | Get the authorization URL |
GET | /api/v1/calendars/{id}/integrations/google | Integration status |
PUT | /api/v1/calendars/{id}/integrations/google | Update options |
DELETE | /api/v1/calendars/{id}/integrations/google | Disconnect the integration |