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.

Endpoints

MethodEndpointDescription
GET/api/v1/calendarsList the company's calendars
GET/api/v1/calendars/{id}/integrations/google/connectGet the authorization URL
GET/api/v1/calendars/{id}/integrations/googleIntegration status
PUT/api/v1/calendars/{id}/integrations/googleUpdate options
DELETE/api/v1/calendars/{id}/integrations/googleDisconnect the integration

Essa informação foi útil?