dhaga.docs
API referenceFunctions

mergeBusy()

function mergeBusy(intervals): BusyInterval[];

Defined in: calendar/availability.ts:44

Sort by start and coalesce overlapping/adjacent intervals into a minimal set.

Parameters

intervals

BusyInterval[]

Returns

BusyInterval[]

On this page