PreviewLabEvent

constructor(title: String, description: String? = null, createAt: Instant = Clock.System.now())

Parameters

title

Brief event description displayed in the events list

description

Detailed event information (optional)

createAt

Timestamp when the event occurred (auto-generated)