get_rdates
Description:
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.
Parameters:
| this | A calendar component object. | 
Returns:
| the list of recurrence dates, as a SList of ComponentPeriod structures. |