UNPKG

@mildshield14/ical-booker

Version:

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

3 lines 240 B
import type { BusyEvent, CalDAVCreds, Calendar } from './types.js'; export declare function getBusyEvents(creds: CalDAVCreds, calendars: Calendar[], startISO: string, endISO: string): Promise<BusyEvent[]>; //# sourceMappingURL=busy.d.ts.map