function getAllEvents
getAllEvents(): Promise<EventWithCount[]>

Get all events with attendee counts (from cache)

Return Type

Promise<EventWithCount[]>

Usage

import { getAllEvents } from "docs/database.ts";