get_attendees
Description:
Queries the attendee properties of the calendar component object.
Free the returned SList with g_slist_free_full (slist, e_cal_component_attendee_free);, when no longer needed.
Parameters:
this |
A calendar component object. |
Returns:
the attendees, as a SList of an ComponentAttendee, or null, when none are set |