Last updated
Was this helpful?
Last updated
Was this helpful?
FullCalendar Component 2 is a Servoy Web Package containing the implementation of the Fullcalendar component as a Servoy Web Component for Titanium NG client.
The FullCalendar Component 2 can be used on Servoy 2021.12 or higher.
To add the FullCalendar Component 2 package in your solution, open the Servoy Developer IDE and download the FullCalendar Component 2 from the Servoy Package Manager (the Servoy Package Manager is accessible from the context menu of the Servoy Packages node of your solution).
To use the latest source code clone the git repository and checkout the master branch. Install the plugin for Eclipse to clone the repository and import the projects into the workspace.
See the NG1 guide for the available documentation.
FullCalendar component has support in various places for client side (javascript functions), that can return dynamic content based on parameters. For example: or . In order for this to work in Titanium Client you have to use .
Example (set in component options):
FullCalendar component also has some premium features (or premium plugins) that have a different licensing model. In order to use those you need to specify a valid schedulerLicenseKey in your options. For more information see : and . See also in order to figure out which are the premium features.