CalendarShowAppts()

Shows or hides appointments in the calendar.

Token ID

BFTKN_CALENDAR_SHOW_APPTS 1088

Syntax

void CalendarShowAppts(BOOLEAN Show)  

Parameters

Show as BOOLEAN

Specifies the type as follows:

  • TRUE Show appointments
  • FALSE Hide appointments

Remarks

The calendar must have focus for this token to work properly.