{% extends "layouts/default.html" %} {% block imports %} {% endblock %} {% block content %} {% let name = calendar.displayname.to_owned().unwrap_or(calendar.id.to_owned()) %}

{{ calendar.principal }}/{{ name }}

{% if let Some(description) = calendar.description %}

{{ description }}

{% endif%} {% if let Some(subscription_url) = calendar.subscription_url %}

Subscription URL

{{ subscription_url }} {% endif %}

Components

Timezone

{% if let Some(timezone_id) = calendar.timezone_id %}

{{ timezone_id }}

{% endif %} {% if let Some(timezone) = calendar.timezone %} {% endif %}
{{ calendar|json }}
{%endblock %}