list-week-meetings
List Week Meetings
This skill reads a week's meetings from the Outlook web calendar.
It uses the chrome-cdp CLI to drive the user's real, logged-in browser.
It groups events by day.
It does not create, edit, or delete any event.
✅ Validated live (2026-07-16). Flow:
openthe calendar, thenwait --idlefor the SPA to render, then runsnap --region Calendar --role button --grep "[AP]M to" --dedupe. This command returns only the timed events (about 5 nodes, not the full ~750-node tree). No external parsing is needed. Follow thedrive-chrome-cdpskill for CLI setup,--json/exit codes,--by name,snapfilters,wait, and the passkey rule. Soft dependency:login-microsoft-sso(appoutlook). Outlook has no SSO button. It auto-authenticates via the shared Microsoft session, so login is only navigate and verify.
Phase 1 — Open the calendar
Get a logged-in Outlook tab on the week view.