function getAttendeesByEventIds
getAttendeesByEventIds(eventIds: number[]): Promise<Attendee[]>

Get raw attendees for a set of event IDs. Used by the calendar to load attendees for standard events whose decrypted date matches the selected calendar date.

Parameters

eventIds: number[]

Return Type

Promise<Attendee[]>

Usage

import { getAttendeesByEventIds } from "doc.ts";