Name
cancelEvent — cancel an already scheduled alarm.
Synopsis
void cancelEvent(const QString& calendarFile
,
const QString& eventID
)
Parameters
calendarFile
Specifies the (not path) of the calendar file containing
the event to be canceled.
eventID
Specifies the unique ID of the event to be canceled, as stored
in calendarFile
.
Description
cancelEvent()
is a call to cancel
the specified alarm. deletes the alarm from the calendar file
without displaying or executing it.
Note
The calendarFile
parameter is
only used for integrity checking: if the does not specify
's current default calendar file, the request will be
ignored.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team