[ Version ( since = "3.34" ) ]
public ComponentText? get_summary ()
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.
this |
A calendar component object. |
the summary, as an ComponentText, or null, when none is set |