Calendar Merge Variables

Calendar merge variables are available whenever a particular model row is in context.

Index of all Calendar merge variables:

Calendar merge variables allow access to data that the Calendar stores about records in context.

For example, an event has startDateTime and endDateTime fields, which have the values of 5/4/2021 10:00 am and 5/4/2021 10:30 am respectively. Writing {{startDateTime}} - {{endDateTime}} would display 5/4/2021 10:00 am - 5/4/2021 10:30 am at runtime.
  • startDateTime: Returns the date specified in the Start field property.
  • endDateTime: Returns the date specified in the End field property.
  • startDate: Returns the date specified in the Start field property.
  • endDate: Returns the date specified in the End field property.
  • allDay: Returns true or false.