Setup

@wix/calendar
Version 1.0.71
Published Today

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

Copy
npm install @wix/calendar

or

Copy
yarn add @wix/calendar

Then import { events } from @wix/calendar:

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