[ Version ( since = "3.34" ) ]
public void remove_alarm (string auid)
Removes an alarm subcomponent from a calendar component.
If the alarm that corresponds to the specified auid
had been fetched with
get_alarm, then those alarm structures will be invalid; you should get rid of
them with e_cal_component_alarm_free
before using this function.
this |
A calendar component. |
auid |
UID of the alarm to remove. |