The payload for creating a calendar event.

See

https://www.guilded.gg/docs/api/calendarEvents/CalendarEventCreate

Hierarchy

  • APICalendarEventPayload

Properties

color?: number

The color of the calendar event.

description?: string

The description of the calendar event.

duration?: number

The duration of the calendar event.

isPrivate?: boolean

Whether the calendar event is private.

location?: string

The location of the calendar event.

name: string

The name of the calendar event.

rsvpLimit?: number

The limit of RSVPs of the calendar event.

startsAt?: Date

The date the calendar event starts.

url?: string

The url of the calendar event.