The Team Calendar page displays a calendar view of team leave, showing approved and pending absences for the manager’s reports. It is served at 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.
/hr/team-calendar.
Overview
The page rendersTeamLeaveCalendarPage, which displays a calendar of team leave events. No RequirePermission guard wraps this route in hr.tsx.
Who it’s for
No explicit permission gate on this route.Before you start
- Leave requests must be submitted and approved (or pending) for them to appear on the calendar.
Steps
- Navigate to HR > Team Calendar or go to
/hr/team-calendar. - Browse the calendar by month to view team leave.
- Identify coverage gaps or scheduling conflicts based on overlapping absences.
Related
Human Resources
Human Resources core overview.
Governance & parity
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/hr.tsx
- src/cores/hr/pages/TeamLeaveCalendarPage.tsx