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