Interface APICalendarEventRSVP

interface APICalendarEventRSVP {
    calendarEventId: number;
    channelId: string;
    createdAt: string;
    createdBy: string;
    serverId: string;
    status: APICalendarEventRSVPStatuses;
    updatedAt?: string;
    updatedBy?: string;
    userId: string;
}

Properties

calendarEventId: number

The ID of the calendar event (min 1)

channelId: string

The ID of the channel

createdAt: string

The ISO 8601 timestamp that the RSVP was created at

createdBy: string

The ID of the user who created this RSVP

serverId: string

The ID of the server

The status of the RSVP

updatedAt?: string

The ISO 8601 timestamp that the RSVP was updated at, if relevant

updatedBy?: string

The ID of the user who updated this RSVP

userId: string

The ID of the user