The Events screen lists and manages marketing events for the current organization. It is accessible atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/ce/events.
Overview
The Events screen renders a card grid of events filtered by a text search and a status dropdown (Scheduled, In Progress, Completed, Cancelled, or All Statuses). Each event card shows the event name, status badge (color-coded), event type, start date/time, location (or “Virtual Event” with a video icon), registered count and optional max attendees, and the linked campaign name if one is associated. Clicking New Event opensEventFormDialog. Events are fetched scoped to the current organization.
Who it’s for
Required permission:ce.events.view (route-level gate). Creating events likely requires additional write permissions (SME: confirm exact create permission from EventFormDialog).
Before you start
- You need the
ce.events.viewpermission.
Steps
Key concepts
- Event type — determined by
EVENT_TYPE_LABELSconstants (SME: confirm available types). - Event status —
scheduled,in_progress,completed,cancelled. - Virtual events — indicated by a video icon and “Virtual Event” label rather than a map pin and location name.
- Campaign linkage — an event card shows the linked campaign name when
event.campaignis present.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx
- src/cores/ce/pages/EventsPage.tsx