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

Invite Links

+ New internal event

Generate single-use booking links for internal event types. Any authenticated colleague can create and share links here.

{% if event_types %} {% for et in event_types %}
{{ et.title }} · {{ et.duration_min }}min {% if et.team_name %}{{ et.team_name }}{% endif %}
Hosted by {{ et.host_name }}
Invites
{% endfor %} {% else %}
🏢
No internal event types yet.
Create an event type with "Internal" visibility to let any colleague generate booking links.
{% endif %}
{% endblock %}