[ Version ( since = "3.34" ) ]
public SList<ComponentPeriod>? get_rdates ()
Queries the list of recurrence date properties in a calendar component object.
Free the returned SList with g_slist_free_full (slist, e_cal_component_period_free);, when no longer needed.
this |
A calendar component object. |
the list of recurrence dates, as a SList of ComponentPeriod structures. |