Tasker - better alarm creation/deletion

Hi, via tasker I would like to be able to create alarms with the ‘delete after ringing’ option enabled and delete alarms by label.

Currently, tasker’s native ‘set alarm’ only allows creation with time/label and no settings. And there is no native delete alarm.

Thanks.

You can already schedule alarm in Sleep as Android using Tasker intents (not the plugin)… Sleep as Android implements the Android’s standard add alarm intent… use https://developer.android.com/reference/android/provider/AlarmClock AlarmClock.SET_ALARM with extra SKIP_UI… did that help?

Alarms created that way are “Delete after ringing” by default…

You cannot directly delete an alarm with an intent by you can turn an alarm off based on it’s label, see