edit — Display the Alarm Edit dialog to edit an alarm.
bool edit(const QString& eventID)
eventID
Specifies the unique ID of the event to be edited.
false if the specified alarm could not be found or is read-only, true otherwise.
edit() is a D-Bus call to display the Alarm Edit dialog to edit the specified alarm.
edit()