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:
ECalComponentAttendeeAn ECalComponentAttendee.
The argument can be NULL.The data is owned by the caller of the function.