list-week-meetings

Installation
SKILL.md

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: open the calendar, then wait --idle for the SPA to render, then run snap --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 the drive-chrome-cdp skill for CLI setup, --json/exit codes, --by name, snap filters, wait, and the passkey rule. Soft dependency: login-microsoft-sso (app outlook). 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.

Installs
1
GitHub Stars
4
First Seen
3 days ago
list-week-meetings — sanketsudake/dotfiles