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

Get all daily events with attendee counts (from cache).

Return Type

Promise<EventWithCount[]>

Usage

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