CalendarShowTasks()

Shows or hides tasks in the calendar.

Token ID

BFTKN_CALENDAR_SHOW_TASKS 1089

Syntax

void CalendarShowTasks(BOOLEAN Show)                   

Parameters

Show as BOOLEAN

Specifies the type as follows:

  • TRUE Show tasks
  • FALSE Hide tasks

Remarks

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