function getDailyEventAttendeesByDate
getDailyEventAttendeesByDate(date: string): Promise<Attendee[]>

Get raw attendees for daily events on a specific date. Bounded query: only returns attendees matching the given date.

Parameters

date: string

Return Type

Promise<Attendee[]>

Usage

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