Manage Calendar Sync

Select which calendars to sync with your memories.

{% csrf_token %}
{% if fetch_error %}

Could not load calendars from Google.

{{ fetch_error }}

Try reconnecting Google Calendar from the Integrations page.

{% endif %} {% if calendars %} {% for calendar in calendars %} {% endfor %} {% else %}

No calendars found.

Make sure you have calendars in your Google account.

{% endif %}