Difference between revisions of "Constraint: Day of the Week"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current day of the week.</pre> |
| − | + | ''' Options ''' | |
| − | + | * '''Day(s)''' - Select one or more days | |
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Remind yourself to take bins out on Thursdays'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Day/Time Trigger - 07:00</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Speak Text: "Take the bins out"</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Day of the Week - Thursday</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Trigger: Day of Week/Month|Day of Week/Month Trigger]] | ||
Latest revision as of 11:23, 9 January 2026
This constraint allows or prevents a macro/feature from running based on the current day of the week.
Options
- Day(s) - Select one or more days
Example
Example 1: Remind yourself to take bins out on Thursdays
Triggers Day/Time Trigger - 07:00
Actions Speak Text: "Take the bins out"
Constraints Day of the Week - Thursday
See Also