The routeDocumentation 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/:id is not registered as a standalone screen in the current CE route configuration.
Overview
As of the current codebase,/ce/events/:id does not map to a registered route in src/routes/ce.tsx. Events are created and managed through the EventFormDialog on the /ce/events list screen (EventsPage). Event cards on the list page show name, type, status, date, location (or virtual indicator), registration count, and linked campaign. No click-through navigation to a detail route is implemented in the list. Visiting /ce/events/:id currently falls through to the platform’s Not Found handler.
Who it’s for
No route is registered; access is not currently gated.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