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

Get all standard events with attendee counts (from cache). Used by the calendar view to include one-time events on their scheduled date.

Return Type

Promise<EventWithCount[]>

Usage

import { getAllStandardEvents } from "doc.ts";