{% extends "dashboard_base.html" %} {% block title %}{% if editing %}Edit calendar source{% else %}Add calendar{% endif %} — calrs{% endblock %} {% block dashboard_content %}

{% if editing %}Edit calendar source{% else %}Connect a CalDAV calendar{% endif %}

{% if editing %}Update the connection. Leave the password blank to keep the existing one. After changing the URL or username, run a sync to refresh the discovered calendar list.{% else %}Connect your calendar server to check availability when guests book meetings.{% endif %}

{% 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 %}