Export events to a .ics file
event_exportCall 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 | Name for the downloaded .ics file, e.g. week.ics |