Method

ECalComponentAttendeeget_as_property

since: 3.34

Declaration [src]

ICalProperty*
e_cal_component_attendee_get_as_property (
  const ECalComponentAttendee* attendee
)

Description [src]

Converts information stored in attendee into an ICalProperty of I_CAL_ATTENDEE_PROPERTY kind. The caller is responsible to free the returned object with g_object_unref(), when no longer needed.

Available since: 3.34

Return value

Type: None

A newly created ICalProperty, containing information from the attendee.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.