BlueMind — Use the DAV endpoint of your BlueMind server.
Typically: https://mail.yourcompany.com/dav/
Username is your email address (e.g. alice@yourcompany.com), not just the login name.
If the connection test hangs, check "Skip connection test" and try syncing directly.
Nextcloud — Use the WebDAV root, not a specific calendar URL.
Typically: https://cloud.example.com/remote.php/dav
Fastmail — Use your full email in the URL path.
Example: https://caldav.fastmail.com/dav/calendars/user/you@fastmail.com/
Use an app-specific password (Settings → Privacy & Security → Integrations).
iCloud — Use
https://caldav.icloud.com/
You need an app-specific password from
appleid.apple.com (Security → App-Specific Passwords).
Zimbra — Use the DAV endpoint of your Zimbra server.
Typically: https://mail.example.com/dav/
SOGo — Use the SOGo DAV endpoint.
Typically: https://mail.example.com/SOGo/dav/
Radicale — Use the server root URL.
Typically: https://cal.example.com/
Google Calendar: Connect via OAuth2. No password needed.
{% if google_oauth2_configured %}
Click the button below to authorize calrs to access your Google Calendar.
{% else %}
Google Calendar integration is not configured yet. Ask your administrator to set up Google OAuth2 credentials in the admin panel.
{% endif %}
Microsoft Exchange (EWS). Use the SOAP endpoint:
https://mail.example.com/EWS/Exchange.asmx
Username is the mailbox email; password must accept HTTP Basic over TLS (enable on a service mailbox if your tenant disabled Basic).
Make sure to also pick Microsoft Exchange (EWS) in the Backend dropdown above.
Enter your CalDAV server's DAV root URL — not a specific calendar or public link.
calrs will auto-discover your calendars via PROPFIND (RFC 4791).