Interface CreateCalendarEventOptions

Hierarchy

  • CreateCalendarEventOptions

Properties

color?: number

Event card's color.

description?: string

The description of the event.

duration?: number

Event's duration in ms.

isPrivate?: boolean

If the event is private or not.

location?: string

The location where the event will happen.

name: string

The name of the event.

roleIds?: number[]

The role IDs to restrict the event to (min items 1; must have unique items true)

rsvpLimit?: number

Limit of member joining this event.

startsAt?: string

The event's starting date.

url?: string

Link a URL to the event.