What problem does it solve? Coordinating meeting times across multiple people's schedules requires manually comparing calendars, which is slow and error-prone. This Skill renders calendar views in a terminal canvas and lets users visually pick free time slots across multiple overlaid calendars. ## Core Features & Use Cases - View-Only Calendar Display: Render a weekly calendar with events, navigable by day or week via keyboard controls. - Interactive Meeting Picker: Overlay multiple people's calendars with distinct colors and click free slots to select a meeting time, with configurable slot granularity (15/30/60 minutes) and duration limits. - Programmatic API: Use the pickMeetingTime API to capture the selected time slot as structured data (start time, end time, duration) returned via IPC. - Use Case: Ask the assistant to find a time when Alice and Bob are both free next week; the Skill spawns a meeting-picker canvas showing both calendars, and your click selection is returned as an ISO datetime range. ## Quick Start Ask the assistant to show your calendar for this week or to find a 30-minute slot when two teammates are both available.