Function

ECalutil_component_has_recurrences

Declaration [src]

gboolean
e_cal_util_component_has_recurrences (
  ICalComponent* icalcomp
)

Description [src]

Checks if an ICalComponent has recurrence dates or rules.

Parameters

icalcomp

Type: None

An ICalComponent.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if there are recurrence dates/rules, FALSE if not.