Can you please add the feature that will allow us to completely delete alarms using Android intents. Just disabling alarms can make things messy.
There would need to be a few different options:
- Delete ALL alarms
- Delete alarm by name
- Delete alarm by ID
- Delete alarm by RegEx
The delete by ID would possibly require an add by ID intent / number too. It would make managing automatic alarms far far easier and reliable.