AddEventOptions interface

Represents options you can pass to addEvent.

Properties

attributes

A set of attributes to attach to the event.

startTime

The start time of the event.

Property Details

attributes

A set of attributes to attach to the event.

attributes?: Record<string, unknown>

Property Value

Record<string, unknown>

startTime

The start time of the event.

startTime?: Date

Property Value

Date