hey_get_calendar_invite
Retrieve and parse a calendar invite (.ics) from any email. Get title, start/end times, location, attendees, and organizer details.
Instructions
Extract and parse a calendar invite (.ics) from an email. Returns title, start, end, location, attendees, organizer and the raw ICS body. When an email has multiple .ics parts, supply attachment_id; otherwise the first calendar part is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID containing the calendar invite | |
| attachment_id | No | Optional attachment ID when the email has multiple .ics parts |