Calendar Fields
Calendar Fields
NOTE: Calendar fields are only available as a paid add-on feature. Contact your representative to inquire about getting these fields.
Calendar fields are used to present events in a calendar format.

Month Calendar - Displays a calendar in monthly format
Agenda Calendar - Displays a calendar in agenda format
Calendar Notes:
The events that you can add to the calendar can be manually added or can use the DMGETEVENTS variable which returns events from the data in searched Records. It works kiust like DMGETOPTIONS but is optimized to work with events.
You can manually program the events into the E-form or you an use DMGETOPTIONS to fill events based on Records.
Sample DMGETEVENTS to get Record data as events:
[DMGETEVENTS(123|0||EventDate|Description|RecordID)]
Description of DMGETEVENTS usage:
This will query Record Type ID 123 and return the EventDate field, the Description field, and the ID of the Record as the calendar data.