get_contacts


Description:

[ Version ( since = "3.34" ) ]
public SList<ComponentText> get_contacts ()

Queries the contact of a calendar component object.

The contact property can appear several times inside a calendar component, and so a list of ComponentText is returned. Free the returned SList with g_slist_free_full (slist, e_cal_component_text_free);, when no longer needed.

Parameters:

this

A calendar component object.

Returns:

the contact properties and their parameters, as a SList of ComponentText structures.