Creates a new empty #ECalComponentAttendee structure. Free it with e_cal_component_attendee_free(), when no longer needed.
Returns a newly allocated copy of attendee,
which should be freed with
e_cal_component_attendee_free(), when no longer needed.
Set the attendee
common name (cn) parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the attendee
type, as an #ICalParameterCutype.
the value to set, as an #ICalParameterCutype
Set the attendee
delegatedfrom parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the attendee
delegatedto parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the attendee
language parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the attendee
member parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the attendee
status, as an #ICalParameterPartstat.
the value to set, as an #ICalParameterPartstat
Set the attendee
role, as an #ICalParameterRole.
the value to set, as an #ICalParameterRole
Set the attendee
RSVP.
the value to set
Set the attendee
sentby parameter. The %NULL
and empty strings are treated as unset the value.
the value to set
Set the attendee
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 #ECalComponentAttendee structure. Free it with e_cal_component_attendee_free(), when no longer needed.
Creates a new #ECalComponentAttendee, filled with values from property,
which should be of kind %I_CAL_ATTENDEE_PROPERTY. The function returns
%NULL when it is not of the expected kind. Free the structure
with e_cal_component_attendee_free(), when no longer needed.
Creates a new #ECalComponentAttendee 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_attendee_free(), when no longer needed.
usually a "mailto:email" of the attendee
member parameter
type of the attendee, an #ICalParameterCutype
role of the attendee, an #ICalParameterRole
current status of the attendee, an #ICalParameterPartstat
whether requires RSVP
delegated from
delegated to
sent by
common name
language
Describes an attendee. Use the functions below to work with it.