ComponentOrganizer.full
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentOrganizer.full (string? value, string? sentby, string? cn, string? language)
[ Version ( since = "3.34" ) ]
public ComponentOrganizer.full (string? value, string? sentby, string? cn, string? language)
Creates a new ComponentOrganizer 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.
Parameters:
value |
usually a "mailto:email" of the organizer |
sentby |
sent by |
cn |
common name |
language |
language |
Returns:
a newly allocated ComponentOrganizer |