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

Get active events in a group with attendee counts.

Parameters

groupId: number

Return Type

Promise<EventWithCount[]>

Usage

import { getActiveEventsByGroupId } from "doc.ts";