hmCal_SET RECURRENCE TYPE

hmCal_SET RECURRENCE TYPE (area;reference;type)

Parameter          Type             Description
area               Longint      ->  hmCal area
reference          Longint      ->  appointment reference
type               Longint      ->  recurrence type

Contents

Description

The command hmCal_SET RECURRENCE TYPE repeat an appointment in different intervals, defined by the parameter type.

Also see: hmCal_Get Recurrence Type.

hmCal supports the following types:

hmCal_rrule_none (0)

Appointment does not repeat.

hmCal_rrule_secondly (1)

Appointment repeats every second.

hmCal_rrule_minutely (2)

Appointment repeats every minute.

hmCal_rrule_hourly (3)

Appointment repeats every hour.

hmCal_rrule_daily (4)

Appointment repeats every day.

hmCal_rrule_weekly (5)

Appointment repeats every week.

hmCal_rrule_monthly (6)

Appointment repeats every month.

hmCal_rrule_yearly (7)

Appointment repeats every year.