Interface CalendarEventSeries

interface CalendarEventSeries {
    channelID: string;
    guildID: string;
    id: string;
}

Properties

Properties

channelID: string

ID of the channel.

guildID: string

ID of the guild.

id: string

ID of the event series.