read-outlook-calendar

Installation
SKILL.md

Read Outlook Calendar

Visually read the Outlook Web calendar day view via browser screenshot and extract meeting data. Returns structured calendar events for callers to correlate with time entries, detect gaps, or validate durations.

Inputs

  • date (required): target date in YYYY-MM-DD format

Process

Prerequisite: user must be logged into Outlook Web in the browser (Chrome with --remote-debugging-port=9222).

  1. Find or open Outlook Web tab:
    • Call list_pages to see all open browser tabs
    • Look for a tab with URL containing outlook.office.com or outlook.live.com
    • If found: call select_page with that page's ID
    • If NOT found: call new_page with the day view URL
Related skills
Installs
1
Repository
olivoil/skills
First Seen
3 days ago