hmCal_Delete User

hmCal_Delete User(area;reference) -> error

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

Description

The command hmCal_Delete User deletes a user from the calendar definied by the parameter area. The parameter reference definies which user should be deleted.

Example

The following example deletes the user with the id 174:

C_LONGINT($vl_error)

$vl_error:=hmCal_Delete User(hmCal;174)