{% extends "mobile/base.html" %} {% load i18n lucide %} {% comment %} M5's "Calendar sync" row -- subscribe an external calendar app (Apple/ Google/Outlook) to this account's combined feed. Not real-time: calendar apps poll a subscribed feed on their own schedule, typically every few hours -- the in-app push notifications (M7) are the timely channel, this is a convenience layer on top, not a replacement. {% endcomment %} {% block content %}
{% lucide "chevron-left" size=20 stroke_width=2.4 class="text-ink" %} {% trans "Calendar sync" %}

{% trans "Subscribe this link in your phone or computer's calendar app to see everyone you manage's schedule alongside your own. It includes every event they're invited to, not just the ones they've replied to." %}

{% trans "Add to calendar" %}

{% trans "Opens directly in Apple/macOS Calendar. On Android or a desktop calendar app, copy the link below and add it as a new calendar by URL." %}

{{ feed_url }}

{% trans "Updates can take a few hours to appear in your calendar app -- it checks in on its own schedule, RosterChief can't push to it directly." %}

{% trans "Reset link" %}

{% trans "If you've shared this link and want to take it back, reset it -- the old one stops working immediately and you'll need to re-subscribe with the new one." %}

{% csrf_token %}
{% endblock content %}