/events

List active events on your server and view the availability overlap summary for each one.

Usage

/events [name]

Parameters

ParameterRequiredDescription
nameNoFilter by event name (partial, case-insensitive match)

Permission

Attendee (any member)

Output

Returns a list of active events. For each event you can open the overlap summary — an ANSI-colored bar chart showing how many members are available per proposed time slot.

Overlap Chart Colors

ColorThresholdMeaning
🟩 Green≥ 75%Most attendees are free
🟨 Yellow40–74%About half are free
⬜ Grey< 40%Low overlap

Slots are sorted by attendance count from highest to lowest.

Confirming a Slot

Organizers and admins can click any slot in the overlap summary to confirm it as the final event time. This:

  1. Sets confirmed_date on the event record
  2. Queues EVENT_CONFIRMED notification DMs for all attendees who have notifications enabled
  3. Makes the event exportable via /export

Once confirmed, the slot is locked and displayed prominently on the bulletin embed.


See also: /create, /export