Our pure JavaScript Scheduler component


Post by simon »

i use "import {scheduler} from 'bryntum-scheduler' " in my new system,but the system reminds me "can not resolve symbol 'scheduler'", but I'm sure all the dependency files exist, the system says "bryntum-scheduler"is not installed ! what's wrong with it !!!!!!

Post by sergey.maltsev »

Hi!

Check path which is related to bryntum-scheduler in package.json.
Also don't forget to run
npm install
Please refer to these guides for using Bryntum Scheduler with frameworks.
Navigate to Inegration part at the left here.
https://www.bryntum.com/docs/scheduler/

We have various examples in distribution package in examples folder.
Each has readme.md file with quick integration information.

Please be more specific if you have questions.

Post Reply