Name

cancelEvent — cancel an already scheduled alarm.

Synopsis

void cancelEvent(const QString& eventID)

Parameters

eventID

Specifies the unique ID of the event to be canceled, optionally prefixed by the configuration name or numeric ID of the resource containing the event, in the format [resourceID:]eventUID.

Description

cancelEvent() is a D-Bus call to cancel the specified alarm. KAlarm deletes the alarm from the calendar without displaying or executing it.