Calendar
Included calendars
Each linked person decides whether their own calendar contributes to this frame -- being linked here doesn't include it automatically.
-
{% for u in calendar_users %}
-
{% if u.user_id == user.id %}
{% if u.has_url %}
{% else %}
{{ u.display_name }} (you) -- no calendar set, add one in Settings.
{% endif %} {% else %}{{ u.display_name }}: {% if not u.has_url %}no calendar set{% elif u.included %}included{% else %}not included{% endif %}
{% endif %}
{% endfor %}
Last fetch: {{ frame.calendar_fetch_summary }}
{% endif %}