Simple Calendar display for Calendar data
... WIP Calendar...
This calendar displays data from any data provider, given that the schema of the data contains fields that can be mapped as a "title" and "date". This component requires a data provider, a field to map the "Date" property from, a field to map the "Title" property from and an optional click event handler.
Find out more about Budibase.
To build your new plugin run the following in your Budibase CLI:
budi plugins --build
You can also re-build everytime you make a change to your plugin with the command:
budi plugins --watch