logo
icon

Baikal

Baikal is a lightweight, self-hosted CalDAV and CardDAV server for managing calendars and contacts. Uses embedded SQLite — no external database needed.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-28
Services
service icon
Tags
ToolProductivity

Baikal

A lightweight CalDAV + CardDAV server for syncing calendars and contacts across all your devices. Built on the sabre/dav framework with embedded SQLite storage.

First-Time Setup

  1. Visit your domain — the setup wizard will launch automatically
  2. Create an admin account — set your admin password and time zone
  3. Complete the database step — keep the default SQLite option and finish

Connecting Clients

  • CalDAV URL: https://<your-domain>/dav.php/calendars/<username>/
  • CardDAV URL: https://<your-domain>/dav.php/addressbooks/<username>/
  • Works with Apple Calendar, Thunderbird, DAVx5 (Android), GNOME Calendar, and more

Managing Users

Log in to the admin panel at https://<your-domain>/admin/ to create users, calendars, and address books.

License

GPL-3.0 — GitHub