get_categories_list


Description:

public void get_categories_list (out SList<string> categ_list)

Queries the list of categories of a calendar component object.

Each element in the returned categ_list is a string with the corresponding category.

Parameters:

categ_list

Return value for the list of strings, where each string is a category. This should be freed using free_categories_list.