event list returns. Handy when you already have an ID and want a quick jq-friendly read.
Synopsis
Arguments
| Argument | Type | Description |
|---|---|---|
<id> | integer | Event ID. Use event list to find one. |
Examples
1. Inspect an event in the terminal
--json if you need the nested tags array or the exact ISO timestamps.
2. Read one field with jq
date -d (GNU) or gdate -d (macOS via Homebrew coreutils) to format it for a report.
3. Use inside a guard
Response
endAt and location are nullable on draft events. tags is always an array, empty when no tags are attached.
See also
event list. Find the ID first.event person list. Page through the registrants.event person export. Stream the registrants as CSV.- Events. The dashboard surface this command mirrors.
