Hey guys, This is what I'm trying to do with tasker.
I set up a profile for a date. I select the day as Friday, so the profile will be active every Friday.
Next I set an Action in that profile that says Turn on Silent. I select the IF checkbox, and I do
IF %TIME = 01:30
This is in 24h mode. I've also tried
IF %TIME ~ 01:30
IF %TIME = 1:30
IF %TIME ~ 1:30
IF %TIME = 1:30am
IF %TIME ~ 1:30am
But whenever 1:30 rolls around, it doesn't work. So how would I go about doing this?
Basically what I'm trying to do is have tasker turn my phone on silent when I enter class (without using GPS, and based on the time only), and then I'll have it turn off silent when I leave the class (again, based on time only).
I set up a profile for a date. I select the day as Friday, so the profile will be active every Friday.
Next I set an Action in that profile that says Turn on Silent. I select the IF checkbox, and I do
IF %TIME = 01:30
This is in 24h mode. I've also tried
IF %TIME ~ 01:30
IF %TIME = 1:30
IF %TIME ~ 1:30
IF %TIME = 1:30am
IF %TIME ~ 1:30am
But whenever 1:30 rolls around, it doesn't work. So how would I go about doing this?
Basically what I'm trying to do is have tasker turn my phone on silent when I enter class (without using GPS, and based on the time only), and then I'll have it turn off silent when I leave the class (again, based on time only).