Premium support for our pure JavaScript UI components


Post by ds712978 »

We are looking for guidance on how to integrate the Scheduler as a webpart into Sharepoint Subscription Edition and are running into some issues.

Looking at this integration guide at https://bryntum.com/products/gantt/docs/guide/Gantt/integration/sharepoint it is possible to build a webpart for the Bryntum Gantt, however the same integration is not available in the Scheduler codebase that we downloaded.

After some testing with the Gantt integration we are currently not able to serve a webpart on our dev system nor loading it into Sharepoint Subscription Edition on prem.

What deps are required to build this for our on premise version?
Where can we download the Scheduler equivalent of gantt-5.3.6\examples\frameworks\react\typescript\sharepoint-fabric?

Are there any example webparts already built available so we can test in our preprod env?


Post by Terence »

The example is tested on SPO and it should work on prem too. Probably it depends on the installation of your SP. You will need a developer site (tenant) to run the workbench.

I suggest you first try the Hello World example
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part

All documentation is provided within this documentation. If this example is running, you should be able to run the Gantt example.

The Scheduler Pro example is currently under review and will ship in one of the upcoming releases.


Post Reply