suggest_event_from_email
Extract calendar events from iCloud emails by analyzing email content, identifying date information, and preparing event details for user confirmation and creation.
Instructions
Fetch an email and return its content formatted for calendar event extraction. After calling this tool, extract the event fields from the returned content (pay attention to _dateAnchor for resolving relative dates like "Tuesday"), present a summary to the user for confirmation, then call create_event. No API key required.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Email UID to extract event from | |
| mailbox | No | Mailbox containing the email (default INBOX) |