Calendar Server (CalDAV)
Calendar Server (CalDAV) is a app in the osFoundry community catalog. A small, simple CalDAV (and CardDAV) server you can sync calendars and contacts to from any compatible client — Apple Calendar, Thunderbird, DAVx⁵ on Android, etc. An open replacement for the calendar side of iCloud / Google Calendar (your data, your server). Powered by Radicale. Ships as a single self-contained container with filesystem storage on a persistent volume.
Details
- Workspace: osfoundry
- Category: PRODUCTIVITY
- Pricing: Free
- Access: Community
Features
- Thunderbird
- DAVx⁵ on Android
Documentation
# Calendar Server (CalDAV)
A small CalDAV + CardDAV server, powered by Radicale.
## Setup
1. Open the app's File Editor or container terminal and create the users file with bcrypt-encrypted passwords:
```sh
htpasswd -B -c /data/users yourname # first user (-c = create)
htpasswd -B /data/users teammate # additional users
```
2. Point your CalDAV/CardDAV clients (Apple Calendar, Thunderbird, DAVx⁵, etc.) at the app's URL.
3. Per-user collections live at `/data/collections/<username>/`.
## Theme / appearance
Radicale has a minimal web UI for browsing/managing collections.
<!-- CONFIRM-AT-BUILD: pin a specific Radicale image tag (latest is rebuilt daily; pin by digest for reproducibility). -->
How to use Calendar Server (CalDAV) in osFoundry
Install Calendar Server (CalDAV) into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.