The SCHEDULE object prints a graphical view of a day’s appointments, similar to what is shown in the appointment book. It does not place a list of times down the side — you can do that by using a TIMEFRAME object.
This object requires a STYLE property that has the following parameters.
Parameter | Description |
---|---|
<style1> | Used for the appointment text. |
<style2> | Used for the time. |
<style3> | Used for the header text. |
The OPTIONS property, if present, requires the following parameters.
Parameter | Description |
---|---|
<integer> | Specifies how many appointments can overlap each other in the output. The visual appointment book has a limit of 6, but the printout can have up to 16. Appointments omitted because of insufficient overlap are placed in the overflow buffer. |
<integer> | Specifies the number of time divisions per time slot, in minutes. For example, 30 specifies the default behavior. |
LOCATION | NONE | Shows the location for the appointment. Appointments that are put in the overflow buffer also show the location. |
OVERFLOW | NONE | Puts any unprinted entries into the overflow buffer. |
<integer> | Uses a number greater than zero to force a heading to be output to the overflow buffer before any overflow appointments. The heading text is Other Appointments. The value of this number indicates the thickness of the line preceding the text. If the overflow buffer already contains text, the heading is omitted. This option makes the Daily Dynamic view possible. |