Setup

@wix/calendar
Version 1.0.70
Published 1 day ago

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

Copy
npm install @wix/calendar

or

Copy
yarn add @wix/calendar

Then import { schedules } from @wix/calendar:

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