[ Version ( since = "3.34" ) ]
public void set_descriptions (SList<ComponentText> text_list)
Sets the description of a calendar component object.
Journal components may have more than one description, and as such this function takes in a list of ComponentText structures. All other types of components can have at most one description.
this |
A calendar component object. |
text_list |
List of ComponentText structures. |