Class CalendarEvent

Represents a calendar event on Guilded.

Example

new CalendarEvent(channel, rawEvent);

Hierarchy

  • Base<number>
    • CalendarEvent

Constructors

Properties

The cancellation of the calendar event.

The calendar channel the event belongs to.

channelId: string

The ID of the channel the calendar event belongs to.

client: Client

The client the data model belongs to.

color?: number

The color of the calendar event.

createdAt: Date

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 structure.

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.

The raw data of the calendar event.

rsvpLimit?: number

The limit of RSVPs of the calendar event.

A manager of RSVPs that belong to the calendar event.

serverId: string

The ID of the server the calendar event belongs to.

startsAt: Date

The date the calendar event starts.

url?: string

The url of the calendar event.

Accessors

Methods