The Change Calendar provides a visual monthly view of IT changes and blackout periods and 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.
/it/changes/calendar.
Overview
The Change Calendar renders a month-view grid usingdate-fns helpers. Events are loaded from useChangeCalendarEvents with the start and end of the displayed month as parameters. Two event types are shown: change events (positioned based on scheduled_start_at) and blackout events (shown as a destructive “Blackout” badge spanning affected days). Each calendar cell is clickable and highlights the selected day with a ring. A side panel to the right shows blackout periods and scheduled changes for the selected day, with change cards linking to the individual change-request detail page at /it/changes/:id. Navigation buttons allow moving forward and backward one month or jumping to the current month.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen.
Steps
Open the Change Calendar
Navigate to
/it/changes/calendar. The current month loads with all scheduled changes and blackout periods.Navigate months
Use the left/right chevron buttons to move to the previous or next month. Click the calendar icon to return to the current month.
Select a day
Click any cell to select it. The right panel updates to show changes and blackout periods for that day.
Key concepts
- change events — Calendar entries derived from change requests; color-coded by
risk_level(critical: destructive, high: warning, medium: accent, low: success). - blackout events — Shaded cells with a destructive “Blackout” badge indicate restricted change windows.
- useChangeCalendarEvents — Fetches events filtered to the displayed month’s date range.
Related
IT Service Management
IT Service Management 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/it.tsx
- src/cores/it/pages/changes/ChangeCalendarPage.tsx