hmCal_Delete Calendar

hmCal_Delete Calendar (area;reference) = Fehlernummer

Parameter          Type             Description
area               Longint      ->  hmCal area
reference          Longint      ->  calendar reference id
error              Longint      <-  error code

Description

The command hmCal_Delete Calendar deletes the calendar with all its appointments.

Example

The following example deletes the calendar with the id 2:

C_LONGINT($vl_error)

$vl_error:=hmCal_Delete Calendar (hmCal;2)