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

Embed: {{ event_type_title }}

← Back to event types

Generate a snippet to embed this event type on your own website.

{% if visibility != "public" %}
Heads up: this event type is {{ visibility }}. Embedded visitors will need a valid invite link to book — the generated snippet won't carry one. Consider switching visibility to public for direct embedding.
{% endif %} {% if team_visibility is defined and team_visibility == "private" %}
Heads up: this team is private. Embedded visitors can't book without the team invite link — the generated snippet won't carry one. Consider switching the team to public for direct embedding.
{% endif %} {% if not has_username %}
You need to set a username before you can embed this event type — the embed link is /u/<username>/{{ event_type_slug }}. Set a username in settings and come back.
{% else %}
Background / text
Drop the snippet into your site once, then add the data attributes shown to any clickable element (button, link, div) you want to trigger the modal.
Loading…
{% endif %}
{% if has_username %} {% endif %} {% endblock %}