Timeline Export
timeline_exportExport computed deadlines as an iCalendar file and CSV rows. PREMIUM (license).
Typical input {"deadlines": , "incident_ref": "INC-2026-041"} returns {"ics": "BEGIN:VCALENDAR...", "csv": "regime,obligation,...", "events": 4}. Each dated deadline becomes a VEVENT with the citation in the description and an alarm alarm_hours_before it; rows without a fixed time limit are listed in the CSV only. Use when the timeline needs to land in a calendar or a ticket. Not for computing deadlines. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "deadlines must be a non-empty list of rows from compute_deadlines"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deadlines | Yes | rows from compute_deadlines / compute_deadlines_multi. | |
| incident_ref | No | your incident reference, prefixed to every event summary. | |
| calendar_name | No | X-WR-CALNAME for the calendar file. | Incident reporting deadlines |
| alarm_hours_before | No | hours before each due instant to fire a VALARM (0 disables). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||