The Meetings screen 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.
/lo/meetings and provides a list of scheduled leadership meetings with filtering by type, status, and search, plus an upcoming meetings section.
Overview
TheMeetingsPage loads meetings via useMeetings (with search and filter parameters) and upcoming meetings via useUpcomingMeetings(3). The page header reads “Meetings” with the description “Structured meetings for Level 10, Quarterly, and Annual Planning”. Filters include meeting type and status selectors, plus a search input. The ?action=new query parameter (used by keyboard shortcut Cmd/Ctrl+M from the dashboard) opens the MeetingFormDialog automatically. Each meeting is rendered as a MeetingCard. The “Schedule Meeting” button opens MeetingFormDialog to create a new meeting.
Who it’s for
RequiresLO_PERMISSIONS.DASHBOARD_VIEW (lo.dashboard.view) via the shared LOViewGuard. Creating meetings uses lo.meetings.create; admin operations use lo.meetings.admin.
Before you start
lo.dashboard.viewpermission required.- An active organization context is required.
Steps
View upcoming meetings
An upcoming meetings section shows the next three meetings from
useUpcomingMeetings.Key concepts
- Meeting types:
level_10(Level 10),quarterly(Quarterly),annual_planning(Annual Planning),other. - MeetingFilters:
MeetingStatus,MeetingType, andsearchstring. ?action=new: query parameter that auto-opens the create dialog (cleared after use).
Related
Leadership
Leadership 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/lo.tsx
- src/cores/lo/pages/MeetingsPage.tsx
- src/cores/lo/hooks/useMeetings.ts