Hi experts!
Can you help me? I need to integrate bootstrap year calendar (https://www.bootstrap-year-calendar.com/) in a Custom Control for Dynamics 365. I have tried to install this component by npm as indicated in documentation: https://www.bootstrap-year-calendar.com/#Documentation/Installation
In theory, when I build a Div element with a property data-provide="calendar" the calendar the calendar is built. I have tried this in local and this solution works but in the PCF not working. It's neccesary to add dependencies by import statement like this? ->
Have a look at my repository https://github.com/rexkenley/pcf-react. It is for react but the general concept is the same for bootstrap. You have set your imports in index.ts and manage the calendar in init and updateView events.
Cheers!
All external JS libraries need to be referenced / imported within the index.ts file as otherwise they will be ignored.
Interestingly in my research it seems that that control has been deprecated and the same author has a new version at https://year-calendar.github.io/ and clear cut documentation.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.