Method
ECalComponentget_attendees
since: 3.34
Declaration [src]
GSList*
e_cal_component_get_attendees (
ECalComponent* comp
)
Description [src]
Queries the attendee properties of the calendar component object.
Free the returned GSList with g_slist_free_full (slist, e_cal_component_attendee_free);,
when no longer needed.
Available since: 3.34