The K Desktop Environment

cancelMessage

Name

cancelMessage — cancel an already scheduled alarm message.

Synopsis

void cancelMessage(const QString& calendarFile, const QString& eventID)

Parameters

calendarFile

Specifies the URL of the calendar file containing the event to be cancelled.

eventID

Specifies the unique ID of the event to be cancelled, as stored in calendarFile.

Description

cancelMessage() is a DCOP call to cancel the specified alarm message. KAlarm deletes the alarm message from the calendar file without displaying it.

Note

The calendarFile parameter is only used for integrity checking: if the URL does not specify KAlarm's current default calendar file, the request will be ignored.