Calendar
Included calendars
Each linked person adds their own calendars (ICS subscription or CalDAV, set up in Settings) -- being linked here doesn't include anything automatically. Anyone linked to this frame can mute a calendar they'd rather not see here, even one they don't own; only its owner can add it back.
-
{% for u in calendar_users %}
-
{{ u.display_name }}{% if u.is_self %} (you){% endif %}
{% if u.calendars %} {% for c in u.calendars %} {% endfor %} {% elif u.is_self %}No calendars set up yet -- add an ICS link or CalDAV account in Settings.
{% else %}No calendars included.
{% endif %}
{% endfor %}
Last fetch: {{ frame.calendar_fetch_summary }}
{% endif %}