[ Version ( since = "3.34" ) ]
public SList<ComponentAttendee>? get_attendees ()
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.
| this |
A calendar component object. |
|
the attendees, as a SList of an ComponentAttendee, or null, when none are set |