[ 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.
| this |
A calendar component. |
|
the alarm subcomponents as a SList of ComponentAlarm, or null, if no alarm exists |