{% extends "dashboard_base.html" %} {% block title %}Add calendar — calrs{% endblock %} {% block dashboard_content %}

Connect a CalDAV calendar

Connect your calendar server to check availability when guests book meetings.

{% if error %}
{{ error }}
{% endif %}
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.
{% endblock dashboard_content %}