Minimal Recurring Task

Minimal Recurring Task

Master Tag
Productivity
Created
Apr 15, 2022 10:17 AM
How It Works
Usage
Web Tags
Formula
Database
Planning
Alternatives
Cover

Donate

⚠️
To Add New Frequency (#th of the month)
  • Add a new frequency option with the date number at the front of the string.
⚠️
To Add New Recurring Date
  • Add new date in the format MMMM D
 
Single Entry Recurring Tasks
Name
Alert
Frequency
Date
Monday
Wednesday
Thursday
Tuesday
Thursday
Friday
Sunday
15th of the Month
August 11
Formula
if(prop("Frequency") == "Daily", true, if(contains(prop("Frequency"), formatDate(now(), "dddd")), true, if(toNumber(prop("Frequency")) == date(now()), true, if(contains(prop("Frequency"), "Last Day"), if(date(dateSubtract(dateAdd(dateSubtract(now(), date(now()) - 1, "days"), 1, "months"), 1, "days")) == date(now()), true, false), if(formatDate(now(), "MMMM D") == prop("Date"), true, false)))))