I wanted to know how to trigger a task every other week. Could any one please give me some step by step instructions how to do this? Btw, the task I want to repeat is a notification.
Asked
Active
Viewed 4,820 times
3 Answers
3
- Create your Tasker profile as you would normally do.
- Then in the Tasker App Homescreen where all profiles are listed, long press your desired profile.
- Select settings icon from top nav that appears.
- Under the new screen set "Cooldown Time". (in your case set it to 14 days)
Now the Profile will fire up its tasks every 2 weeks. This is the best way to go about it.
A more tedious method,
1. Add New "Day" Profile
2. Select Week Day from drop-down
The Tasks under above profile will be repeated each week on Sunday midnight.
PS: Not the correct place to ask such questions, you should check out https://superuser.com/
-
Thanks, but I wanted it to repeat every second week. – bmaliel Jan 30 '15 at 04:34
-
Well the way i can think of this is by adding a "wait" Action under Day Profile and set it to the time equal to 7 days. That should work. You might want to change the Profile then or else it will be triggered on every selected week day & 7 days after each. – Ashesh Jan 30 '15 at 04:39
-
Would it be possible for you to elaborate on how to use the wait action? – bmaliel Jan 30 '15 at 04:56
-
After creating a "profile" (Application/Day/Evnet/Location/State/Time) as per your requirements, create new "Task" which is basically a set of "actions" that u create. In Actions look for Wait Task to Stop executing the current Task for the specified amount of time (ms,s,m,h,day). To create any profile, tasks etc. tap the "+" button at the bottom nav of tasker app. – Ashesh Jan 30 '15 at 17:49
-
Alternatively, you could create your Tasker profile as you would normally do. Then in the Tasker App Homescreen where all profiles are listed, 1. long press your desired profile. 2. select settings icon from top nav that appears 3. under the new screen set "Cooldown Time". (in your case set it to 14 days) Now the Profile will fire up its tasks every 2 weeks. This is the best way to go about it. – Ashesh Jan 30 '15 at 17:58
-
When I long press on the profile, I can't seem to find the settings icon, only the rename, delete, export and select all options – bmaliel Jan 31 '15 at 02:52
-
Actually don't worry about it, I was in beginner's mode. Thanks for your help – bmaliel Jan 31 '15 at 02:59
1
An alternative is to set up a profile that is triggered based on Time. Then uncheck 'From' and 'Until', check 'Repeat' and set it to 336 hours (2 weeks).

Michelfrancis Bustillos
- 218
- 3
- 13
0
in android you can use alarm manager which will run after time interval you specify You can check here
-
-
-
Yep. It is to have multiple notifications per day on a 2 week cycle. ie week A notifications, week b notifications. – bmaliel Jan 30 '15 at 04:31