hey_get_calendar_invite
Extract and parse a calendar invite (.ics) from an email. Get full event details: title, start, end, location, attendees, organizer, description.
Instructions
Extract and parse a calendar invite (.ics) from an email. First call hey_read_email — if calendar_invites[] is present, call this tool to get full details: title, start, end, location, attendees, organizer, description, and raw_ics. To save the .ics file to disk, use hey_download_attachment instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email's topic or entry ID (same ID used with hey_read_email — topic IDs are resolved automatically) | |
| attachment_id | No | Optional attachment ID when the email has multiple .ics parts |