Skip to content

Calendar

Google Calendar

Automatically sync appointments with Google Calendar:

typescript
// 1. Go to Settings > Integrations > Google Calendar
// 2. Click Connect
// 3. Grant access permissions
// 4. Select Calendar to sync

What happens:

  • New bookings create Calendar events
  • Cancellations delete events
  • Changes update events

Outlook Calendar

typescript
// Enable Outlook Integration
OUTLOOK_CLIENT_ID=your_client_id
OUTLOOK_CLIENT_SECRET=your_client_secret

Released under the MIT License.