get_summary
Description:
Queries the summary of a calendar component object.
It returns the first found summary property of the component. To get a summary suitable for a specific locale use dup_summary_for_locale.
Free the returned pointer withe_cal_component_text_free
, when no longer needed.
Parameters:
this |
A calendar component object. |
Returns:
the summary, as an ComponentText, or null , when none is set |