Represents a calendar event on Guilded.

See

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

Hierarchy

  • APICalendarEvent

Properties

The cancellation of the calendar event.

channelId: string

The ID of the channel the calendar event belongs to.

color?: number

The color of the calendar event.

createdAt: string

The date the calendar event was created.

createdBy: string

The ID of the user that created the calendar event.

description?: string

The description of the calendar event.

duration?: number

The duration of the calendar event.

id: number

The ID of the calendar event.

isPrivate?: boolean

Whether the calendar event is private.

location?: string

The location of the calendar event.

mentions?: APIMentions

The mentions of the calendar event.

name: string

The name of the calendar event.

rsvpLimit?: number

The limit of RSVPs of the calendar event.

serverId: string

The ID of the server the calendar event belongs to.

startsAt: string

The date the calendar event starts.

url?: string

The url of the calendar event.