{% extends "core/settings/settings_base.html" %} {% load settings_extras %} {% load static %} {% load crispy_forms_filters %} {% load i18n %} {% block settings_content %}

{% translate "Calendar" %}

{% translate "You can subscribe to a calendar containing all events that you participate in. Most calendars (e.g. Google Calendar) offer this feature. This allows you to see all events in your personal calendar. To activate this, you need to copy the address of the following link and subscribe to the URL." %}

{% url "core:user_event_feed" userprofile.calendar_token as feed_location %}
{% endblock %} {% block javascript %} {% endblock %}