{% extends "base.html" %} {% block title %}Set up calendar write-back — calrs{% endblock %} {% block content %} ← Back to dashboard

Where should bookings go?

When someone books a meeting with you, calrs can automatically create the event in your calendar. Pick which calendar to write bookings to for {{ source_name }}.

{% for cal in calendars %} {% endfor %}
Skip for now
{% if sync_messages %}

Sync results

{{ sync_messages }}
{% endif %} {% endblock %}