UNPKG

@mildshield14/ical-booker

Version:

A lightweight, modern CalDAV client for Node.js - discover calendars, check availability, and create bookings

9 lines 299 B
import type { EmailConfig, NewEventInput } from './types.js'; /** * Send booking confirmations (guest + admin) via EmailJS. */ export declare function sendBookingEmails(cfg: EmailConfig, ev: NewEventInput & { url: string; uid: string; }): Promise<void>; //# sourceMappingURL=email.d.ts.map