get_description_list


Description:

public void get_description_list (out SList<CalComponentText> text_list)

Queries the description of a calendar component object.

Journal components may have more than one description, and as such this function returns a list of CalComponentText structures. All other types of components can have at most one description.

Parameters:

text_list

Return value for the description properties and their parameters, as a list of CalComponentText structures. This should be freed using the free_text_list function.