Merge command: [strcalendar-text ]
Merge variable/item: strcalendarLinkText

Comments:
Gets the descriptive calendar box text from item `calendarLinkText` as stored on the current document in the calendar box settings section. In case this is empty it gets a default value from the website (doc).

Formula:
@If(calendarLinkText="";@GetDocField(websiteID;"calendarLinkText");calendarLinkText);