Skip to content

Remove support for procedure alarms

Volker Krause requested to merge work/remove-alarm-procedure-support into master

That is, executing a program specified in the iCal alarm. This is outright dangerous in the context of shared calendars, as it allows externally controlled content to run code on your local machine.

Procedure alarms are now treated just like regular alarms.

KAlarm still implements this functionality in combination with safe local calendars, in case someone really can't live without it.

Merge request reports