I have an alarm that I set manually (both day/date and the time). I would like to be able to have it automatically set itself to a particular time for every Tuesday. I’ve got the set time correctly working. I need it to set itself Monday night (doesn’t matter what time it does it). I’m at a loss.
Any help is greatly appreciated.
There are a few ways:
- Use a regular Time trigger and add a Time condition to specify only Monday.
- Create a calendar event that repeats every Monday, then trigger off that with a Calendar trigger.
- Use a Schedule helper and trigger when its state turns on.