discard_alarm
Description:
public async bool discard_alarm (string uid, string rid, string auid, Cancellable? cancellable) throws Error
Removes alarm auid
from a given component identified by uid
and rid
.
The call is finished by discard_alarm.end from the callback
.
Parameters:
uid |
Unique identifier for a calendar component |
rid |
Recurrence identifier |
auid |
Alarm identifier to remove |
cancellable |
a Cancellable; can be null |
callback |
callback to call when a result is ready |
user_data |
user data for the |