{% comment %} Add-to-calendar control for a pickup time on the auction page body. Params (set via {% include ... with %}): location : the PickupLocation second : "True" for the return/second pickup, "False" for the first pickup label : button text (e.g. "Add to calendar" / "Add return pickup to calendar") Web shows a Google/Apple/Outlook dropdown. The native app can't open the web calendar links in its WebView, so it shows a single button that hands the event to the device calendar via the fishAddToCalendar bridge (defined once below), with an .ics download as a fallback. {% endcomment %} {% if request.is_mobile_app %} {% else %}
{% endif %}