Interface GatewayEvent_CalendarEventSeriesUpdated

interface GatewayEvent_CalendarEventSeriesUpdated {
    calendarEventId?: number;
    calendarEventSeries: {
        channelId: string;
        id: string;
        serverId: string;
    };
    serverId: string;
}

Properties

calendarEventId?: number

The calendar event updates started at

calendarEventSeries: {
    channelId: string;
    id: string;
    serverId: string;
}

Type declaration

  • channelId: string

    Channel ID Format: uuid

    The ID of the channel

  • id: string

    Calendar event series ID Format: uuid

    The ID of the calendar event series

  • serverId: string

    Server ID

    The ID of the server

serverId: string

The ID of the server