- Pull the org graph from HRIS — every manager and direct report.
- For each pair, query the calendar API for recurring events. Filter to 1:1-shaped sessions by reading titles and attendees.
- Pull the latest occurrence of each pair's 1:1.
- Flag any pair whose last 1:1 was more than 21 days ago.
- Cross-check PTO calendars to avoid false positives.
- Compose the table.
~55k tokens