{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %}Upload calendar{% endblock %} {%block tag %}admin{% endblock %} {% block content %}

Upload calendar

Upload a calendar file using the iCalendar format

Note: recurrent events are not yet taken into account by the upload.

Note2: Todo are considered as full day meeting and displayed as such.

{{ render_field_in_row(form.ics_file) }}

{{ form.csrf_token }}

{% endblock %}