> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Team Calendar

> Calendar view of approved and pending leave for the team, helping managers identify coverage gaps and plan around scheduled absences.

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 route `/hr/team-calendar`.

## Overview

The page renders `TeamLeaveCalendarPage`, which displays a calendar of team leave events. No `RequirePermission` guard wraps this route in `hr.tsx`.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Leave requests must be submitted and approved (or pending) for them to appear on the calendar.

## Steps

1. Navigate to **HR > Team Calendar** or go to `/hr/team-calendar`.
2. Browse the calendar by month to view team leave.
3. Identify coverage gaps or scheduling conflicts based on overlapping absences.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/hr.tsx
  * src/cores/hr/pages/TeamLeaveCalendarPage.tsx
</Accordion>
