Function
ECalutil_get_organizer_email
since: 3.50
Declaration [src]
const gchar*
e_cal_util_get_organizer_email (
const ECalComponentOrganizer* organizer
)
Description [src]
Returns an organizer email, without the “mailto:” prefix, if the organizer has it set. The email can be read from an “EMAIL”
parameter, if present.
Available since: 3.50
Parameters
organizer-
Type:
ECalComponentOrganizerAn
ECalComponentOrganizer.The argument can be NULL.The data is owned by the caller of the function.