Interface POSTCalendarEventBody

Hierarchy

  • POSTCalendarEventBody

Properties

color?: number

The color of the event when viewing in the calendar (min 0; max 16777215)

description?: string

The description of the event (min length 1; max length 8000)

duration?: number

The duration of the event in minutes (min 1)

isPrivate?: boolean
location?: string

The location of the event (min length 1; max length 8000)

name: string

The name of the event (min length 1; max length 60)

rsvpLimit?: number

The number of RSVPs to allow before waitlisting RSVPs (min 1)

startsAt?: string

The ISO 8601 timestamp that the event starts at

url?: string

A URL to associate with the event