Renders a Timeline from inline [widget.options].events. Each event takes an RFC 3339 at timestamp plus a title; optional detail and status decorate the row. Right for fixed milestones (releases, anniversaries, planned freezes) where the dates don't change.
list of {at: RFC3339 string, title, detail?, status?}
no
[]
Timeline events. at accepts any RFC 3339 / ISO 8601 timestamp (e.g. "2024-06-01T00:00:00Z" or "2024-06-01T09:00:00+09:00"); the renderer formats the relative "3h ago" / "Jun 1" label at draw time.