Function
ICalGLibPropertyrecurrence_is_excluded
since: 1.0
Declaration [src]
gboolean
i_cal_property_recurrence_is_excluded (
ICalComponent* comp,
ICalTime* dtstart,
ICalTime* recurtime
)
Description [src]
Decides if this recurrence is acceptable. This function decides if a specific recurrence value is excluded by EXRULE or EXDATE properties.
Available since: 1.0
Parameters
comp-
Type:
ICalComponentA
ICalComponent.The data is owned by the caller of the function. dtstart-
Type:
ICalTimeThe base dtstart value for this component.
The data is owned by the caller of the function. recurtime-
Type:
ICalTimeThe time to test against.
The data is owned by the caller of the function.