get_all_alarms


Description:

[ Version ( since = "3.34" ) ]
public SList<ComponentAlarm>? get_all_alarms ()

Queries all alarm subcomponents of a calendar component.

Free the returned SList with g_slist_free_full (slist, e_cal_component_alarm_free);, when no longer needed.

Parameters:

this

A calendar component.

Returns:

the alarm subcomponents as a SList of ComponentAlarm, or null, if no alarm exists