{{ dateTime|date('j') }} {{ dateTime|date('l') }}
{{ dateTime|date('F') }}
{% if action == 'REQUEST' %} {{ senderName }} invited you to

{{ summary }}

{% elseif action == 'CANCEL' %}

{{ summary }}

has been canceled. {% elseif action == 'ACCEPTED' %} {{ senderName }} accepted your invitation to

{{ summary }}

{% elseif action == 'TENTATIVE' %} {{ senderName }} tentatively accepted your invitation to

{{ summary }}

{% elseif action == 'DECLINED' %} {{ senderName }} declined your invitation to

{{ summary }}

{% endif %}
{% if not allDay %} {% endif %} {% if action != 'CANCEL' %} {% endif %} {% if location %} {% endif %} {% if locationImageDataAsBase64 %} {% endif %} {% if url %} {% endif %} {% if description %} {% endif %}
When? {{ dateTime|date("l, F j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y")|raw }}
{{ dateTime|date('g:ia T') }}
Attendees: {% for attendee in attendees %} {{ attendee.cn }} {% if attendee.role == 'CHAIR' %}(organizer){% endif %}
{% endfor %}
Where? {{ location }}
URL: {{ url }}
Notes: {{ description }}
Mail sent by {{ app.request.getSchemeAndHttpHost() }}