Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
Event ID (column ID)Defines individual calendar entry IDs, based on each distinct datalist record.
Event Title (column ID)Calendar entry title.
All Day (column ID, boolean value)Expects a true or false value, to determine if the calendar entry is an all day event.
From Date (column ID)

Calendar entry start date value.

Info

You can also point to Date Picker form field with time support.

From Time (column ID)

Calendar entry start time value.

Info

If the From Date value already contains a time value, leave this field empty.

To Date (column ID)

Calendar entry end date value.

Info

You can also point to Date Picker form field with time support.

To Time (column ID)

Calendar entry end time value.

Info

If the To Date value already contains a time value, leave this field empty.

Date Format

You must specify the actual date format used by the From/To Date values.

Date Format in Java is expected here, e.g.: yyyy-MM-dd.

Info

If the date values has a time value, just define the date format only and not the time format.

Because the time format is already handled by the Time Format property.

Time Format

Available options:

  • 24 Hour System (e.g: 18:00)
  • 12 Hour System (e.g: 6:00 PM)
Event Url (column ID)Calendar entry URL.
Color (column ID)Calendar entry CSS color code to style the calendar event.
CSS Class (column ID)Calendar entry CSS class to style the calendar event.
Additional DataAny additional data to be added to the calendar entry.


Image Modified

Figure 3: Column to Data Mappings Properties

...