event
The component can only be used in jig.calendar to display events related to data records.
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: title, from, and to
Other options:
There are 2 main options how to set up the event component:
- Fill the from and to properties directly with the value
- If you want to change the format of our from and to properties, you need to:
- Set value to the text property
- Choose from a number of options in the format property - what and how would you like to format it
The default format of time that will be saved in the database is: yyyy/mm/ddThour:minute:second (i.e. 2022-07-27T08:15:00) but you can configure the DateTime that will be displayed in the solution (using format property).
For more information about the setting of the date format/ time zone please refer to expressions.
Other important properties are also:
description - The general description of the event
people - The list of invitees/attendees for the event
location - The location of the event
Actions:
onPress - The possibility to add any of the actions (please refer to the list of our Actions). This action(s) will be triggered as a reaction to the press event.
onButtonPress - This will create a primary button on the bottom of the page with the possibility to add any of the actions on it (please refer to the list of our Actions). This action(s) will be triggered as a reaction to the press event.