Method
ECalComponentget_rdates
since: 3.34
Declaration [src]
GSList*
e_cal_component_get_rdates (
ECalComponent* comp
)
Description [src]
Queries the list of recurrence date properties in a calendar component
object. Free the returned GSList with g_slist_free_full (slist, e_cal_component_period_free);,
when no longer needed.
Available since: 3.34