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

Return value

Type: A list of None

the attendees, as a GSList of an ECalComponentAttendee, or NULL, when none are set.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.