Setup

To use the ScheduleTimeFrames API, install the @wix/calendar package using npm or Yarn:

Copy
npm install @wix/calendar

or

Copy
yarn add @wix/calendar

Then import { scheduleTimeFrames } from @wix/calendar:

Copy
import { scheduleTimeFrames } from "@wix/calendar";
Did this help?