function getDailyListingAttendeesByDate getDailyListingAttendeesByDate(date: string): Promise<Attendee[]> Read daily-listing attendees whose booking overlaps one date. Parameters date: string Return Type Promise<Attendee[]>