Creates a new empty #ECalComponentOrganizer structure. Free it with e_cal_component_organizer_free(), when no longer needed.
Returns a newly allocated copy of organizer,
which should be freed with
e_cal_component_organizer_free(), when no longer needed.
Set the organizer
common name (cn) parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the organizer
language parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the organizer
sentby parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the organizer
URI, usually of "mailto:email" form. The %NULL
and empty strings are treated as unset the value.
the value to set
Creates a new empty #ECalComponentOrganizer structure. Free it with e_cal_component_organizer_free(), when no longer needed.
Creates a new #ECalComponentOrganizer, filled with values from property,
which should be of kind %I_CAL_ORGANIZER_PROPERTY. The function returns
%NULL when it is not of the expected kind. Free the structure
with e_cal_component_organizer_free(), when no longer needed.
Creates a new #ECalComponentOrganizer structure, with all members filled with given values from the parameters. The %NULL and empty strings are treated as unset the value. Free the structure with e_cal_component_organizer_free(), when no longer needed.
usually a "mailto:email" of the organizer
sent by
common name
language
Describes an organizer. Use the functions below to work with it.