Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.04 KB

File metadata and controls

26 lines (16 loc) · 1.04 KB

How to connect and sync Bryntum Calendar to Microsoft Planner

The code for the complete app is on the completed-calendar branch.

Getting started

The starter repository uses Vite, which is a development server and JavaScript bundler. You’ll need Node.js version 18+ for Vite to work. Install the Vite dev dependency by running the following command: 

npm install

Install the Bryntum Calendar component by following step 1 and step 4 of the vanilla JavaScript with npm setup guide.

Running the app

Run the local dev server using the following command:

npm run dev

You'll see a Bryntum Calendar with a single event:

Initial Bryntum Calendar with a single event