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

Profile & Settings

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if username %}
Open ↗
{% endif %}
{% if has_avatar %} {% else %} {{ form_initials }} {% endif %}
{% if has_avatar %}
{% endif %}
Your public booking page: /u/{{ username }}
Shown on your public profile and in the sidebar.
Shown on your public booking page. Supports **bold**, *italic*, ~~strikethrough~~, `code`, and [links](url).
This email will appear on your public booking pages and in email notifications. Leave empty to use your login email. Make sure this email exists on your mail provider. If it doesn't, notifications won't be delivered.
Your availability rules and booking times are computed in this timezone.
Pick a UI language, or leave on Auto to follow your browser's setting.
When enabled, other users can create ad-hoc collective meeting URLs that include you (e.g. /u/you+them/meeting).

Default availability

Your default working hours. Used for dynamic group links when others include you in a meeting.

Appearance

{% endblock %}