hmCal_SET CALENDAR PROPERTY

hmCal_SET CALENDAR PROPERTY (area;calendar;property;propLong;propText)

Parameter          Type             Description
area               Longint      ->  hmCal area
calendar           Longint      ->  calendar reference
property           Longint      ->  property number
propLong           Longint      ->  property longint
propText           Text         ->  property text

Contents

Description

The command hmCal_SET CALENDAR PROPERTY sets a property for a calendar.

Properties

hmCal_vprop_Visible (1)

Pass in propLong a 1 and any appointments within the calendar are visible. Pass in propLong a 0 and any appointments within the calendar are invisible.

hmCal_vprop_UpdateAppointments (2)

If you pass in propLong a 1, the calendar will be included in the automatic auto-update of the command hmCal_UPDATE APPOINTMENTS. The calendar is also included in the update machanism of the event hmCal_UpdateAppointments.