Scheduling alarms through Tasker plugin

At present, a Tasker task can’t schedule a new alarm. This would be a useful feature to add.

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?