{% for calendar in calendar_list %}Server "{{calendar.server}}"
    CALENDAR = {{calendar.name}}
    ID = {{calendar.id}}
    COMPONENTS = {{', '.join(calendar.components)}}
    URL = {{calendar.url}}
{% endfor %}
