Interface APICalendarEventRsvp

Represents a calendar event RSVP on Guilded.

See

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

Hierarchy

  • APICalendarEventRsvp

Properties

calendarEventId: number

The ID of the calendar event.

channelId: string

The ID of the channel the RSVP belongs to.

createdAt: string

The date the RSVP was created.

createdBy: string

The ID of the user that created the RSVP.

serverId: string

The ID of the server the RSVP belongs to.

The status of the RSVP.

updatedAt?: string

The date the RSVP was edited.

updatedBy?: string

The ID of the user that edited the RSVP.

userId: string

The ID of the user the RSVP belongs to.