extract_calendar_event
Extract calendar event details from an email's ICS attachment, returning event summary, dates, location, and organizer.
Instructions
Extract calendar event details from an email's ICS attachment. Downloads all attachments, finds the .ics file, parses it, and returns event summary, dates, location, and organizer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email message ID containing the calendar invite | |
| folder | No | Folder name (default: INBOX) | |
| account | No | Account name (uses default if omitted) |