{% extends "base.html" %} {% block title %}Calling Room: {{ event.title }} - Eventology{% endblock %} {% block content %}
Go down the list below, contact each invitee, and record their response.
| Invitee Name | Phone / Contact | RSVP Status | Roster Action |
|---|---|---|---|
| {{ guest.name }} {% if guest.notes %} {% endif %} | {% if guest.rsvp_status == 'attending' %} Attending {% elif guest.rsvp_status == 'not_attending' %} Declined {% elif guest.rsvp_status == 'tentative' %} Tentative {% else %} Pending {% endif %} |
{% if not guest.call_completed_at %}
{% else %}
Done ✓
{% endif %}
|
Review schedules and locations to answer guest inquiries during calls.
{% if schedule %}
📍 {{ item.location or 'Main Venue' }}
{{ item.description or 'No extra notes.' }}
No sub-event schedule is currently uploaded by the company.