Sunday, April 9, 2023

To-do List Plugin Frequency Code

The To-Do List plugin supports the following frequency codes:

  • d – Daily (excluding weekends)

  • 1d – Daily (including weekends)

  • nd – Every n days, where n is a number

  • w – Weekly

  • nw – Every n weeks, where n is a number

  • m – Monthly (see Note 1)

  • nm – Every n months, where n is a number

  • y – Yearly (see Note 1)

Note 1:
If the current date is within 3 days of the end of the month, the next due date will preserve the same distance from month-end.

  • For example, if the date is April 28, 2023 and the frequency is m, the next date will be May 29, 2023.

  • If the date is April 27, 2023, the next date will be May 27, 2023.