extract_calendar_event
Extract event details from a calendar invite attached to an email. Returns summary, dates, location, and organizer from the ICS file.
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) |