Export events to a .ics file
event_exportExport selected calendar events to a new .ics file by supplying event IDs or a date range. The file uses UTC times so any calendar client imports appointments correctly.
Instructions
Call this tool to write chosen events to a new .ics file you can send or import elsewhere. Pass either ids (from events_list) or a from/to window. Times are written in UTC so the file lands correctly in any client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Last day, YYYY-MM-DD, included | |
| ids | No | Event ids from events_list, events_search or next_event | |
| from | No | First day, YYYY-MM-DD (alternative to ids) | |
| calendar | No | With from/to: limit to one calendar | |
| out_path | Yes | Where to write the .ics file |