What problem does it solve? Meeting invitations buried in email require checking calendar availability, detecting conflicts, and replying to the organizer, which is repetitive and error-prone when done manually. ## Core Features & Use Cases - Request Detection: Confirms whether an email is actually a meeting invitation using detect_meeting_request rather than reacting to any date mention. - Conflict Checking: Verifies the proposed slot with detect_calendar_conflicts and inspects the surrounding day with list_calendar_events before recommending a verdict. - Decision and Reply: Recommends accept, decline, or propose alternatives, then drafts the organizer notification with draft_reply for user approval before sending. - Use Case: A colleague emails asking to meet Thursday afternoon; the Skill checks your calendar, finds the slot wedged between two calls, and drafts a reply proposing two genuinely free alternative times. ## Quick Start Check this email thread for a meeting request and tell me whether I should accept, decline, or propose another time based on my calendar.