Function

ECalutil_get_attendee_email

since: 3.50

Declaration [src]

const gchar*
e_cal_util_get_attendee_email (
  const ECalComponentAttendee* attendee
)

Description [src]

Returns an attendee email, without the “mailto:” prefix, if the attendee has it set. The email can be read from an “EMAIL” parameter, if present.

Available since: 3.50

Parameters

attendee

Type: ECalComponentAttendee

An ECalComponentAttendee.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: const gchar*

Email of the attendee, or NULL.

The data is owned by the called function.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.