[ Version ( since = "3.34" ) ]
public SList<ComponentDateTime>? get_exdates ()
Queries the list of exception date properties in a calendar component object.
Free the returned SList with g_slist_free_full (exdates, e_cal_component_datetime_free);, when no longer needed.
this |
A calendar component object. |
the list of exception dates, as a SList of ComponentDateTime |