The calendar event router for the Guilded REST API.

Example

new CalendarEventRouter(rest);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

The REST API manager the router belongs to.

Methods

  • Delete a calendar event from Guilded.

    Example

    calendarEvents.delete('abc', 123);
    

    Parameters

    • channelId: string

      The ID of the channel the calendar event belongs to.

    • calendarEventId: number

      The ID of the calendar event to delete.

    Returns Promise<void>