function getEventsByGroupId
getEventsByGroupId(groupId: number): Promise<EventWithCount[]>

Get all events in a group with attendee counts (including inactive).

Parameters

groupId: number

Return Type

Promise<EventWithCount[]>

Usage

import { getEventsByGroupId } from "doc.ts";