skylight_import_events_from_photo
Convert a photo of a flyer or schedule into calendar events. AI analyzes the image and, after confirmation, adds the events to your Skylight calendar.
Instructions
Import calendar events from a photo of a flyer/invite/schedule using Skylight's AI (event_importer). Best-effort/UNVERIFIED: uploads the photo to S3 then posts an event_importer intent that references the latest upload (the server-side photo↔intent link is inferred from captured traffic, not confirmed). Without confirm:true it returns a dry-run preview echoing the resolved absolute image_path + detected mime and makes NO S3/network call; with confirm:true it uploads. Poll skylight_get_auto_creation_intent / skylight_list_auto_creation_drafts, then skylight_approve_auto_creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| frameId | No | ||
| image_path | Yes | Absolute path to a local image of the events to import. | |
| category_ids | No | Family-member category ids to assign the imported events to. |