How to enable a calendar view on an Entity

The content of an entity should be presented in a calendar view. How can this de done ?

To enable calendar view you need to do following:

  1. Open screen section, which is based on entity you wish to display in calendar view.
  2. Locate Calendar View section in Properties tab.
  3. Set property IsCalendarSupported as true.
  4. Fill in mandatory member information: CalendarDateFromMember, CalendarDateToMember, CalendarNameMember, CalendarResourceIdMember.

CalendarNameMember content is shown as a description of the event in calendar, while CalendarDescriptionMember content is shown as a tooltip for the event.