How do I build pluggable widget from GitHub?

0
Dear All, I am stuck at creating a scheduler calender widget(.mpk file). I am not able to find the solution how do I build this widget/project which is available here https://github.com/mendixlabs/CalendarWidget. Which technology is required to build the above github project? Can anyone please help me how to build this widget? (using CalenderScheduler.xml file)
asked
1 answers
1

You can test this widget without compiling it.
In a GitHub folder CalendarWidget/dist/v2.3 you see the file Calendar.mpk.
Copy this file to your local project to a “widgets” folder.
   – From Studio Pro, from the menu:  App/Show App Directory in Explorer,
   – change the folder to "widgets" and copy this file there.
   – Restart Studio Pro.

 

If you want to compile this widget from a source then the below tutorial will be helpful.

https://docs.mendix.com/howto/extensibility/create-a-pluggable-widget-one/

 

answered