ComponentAttendee.full
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentAttendee.full (string? value, string? member, ParameterCutype cutype, ParameterRole role, ParameterPartstat partstat, bool rsvp, string? delegatedfrom, string? delegatedto, string? sentby, string? cn, string? language)
[ Version ( since = "3.34" ) ]
public ComponentAttendee.full (string? value, string? member, ParameterCutype cutype, ParameterRole role, ParameterPartstat partstat, bool rsvp, string? delegatedfrom, string? delegatedto, string? sentby, string? cn, string? language)
Creates a new ComponentAttendee 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.
Parameters:
| value |
usually a "mailto:email" of the attendee |
| member |
member parameter |
| cutype |
type of the attendee, an ParameterCutype |
| role |
role of the attendee, an ParameterRole |
| partstat |
current status of the attendee, an ParameterPartstat |
| rsvp |
whether requires RSVP |
| delegatedfrom |
delegated from |
| delegatedto |
delegated to |
| sentby |
sent by |
| cn |
common name |
| language |
language |
Returns:
|
a newly allocated ComponentAttendee |