Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created August 27, 2021 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/96c31bbffbc1675e1c8b4852526085e4 to your computer and use it in GitHub Desktop.
Save iaindooley/96c31bbffbc1675e1c8b4852526085e4 to your computer and use it in GitHub Desktop.
randomlySelectTasks
new Trellinator().board("My Tasks").list("To Do").cards().random().moveTo("Doing","top");
___queue.put(
"randomlySelectTasks",//the action to run
{},//optional parameters passed into the next execution
Trellinator.now().addDays(1).at("7:00")//the time to run next
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment