Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created March 14, 2019 21:55
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/64efe14fe56183c720e6cdc411997af8 to your computer and use it in GitHub Desktop.
Save iaindooley/64efe14fe56183c720e6cdc411997af8 to your computer and use it in GitHub Desktop.
Set due by list
function setDueByList(notification)
{
new Notification(notification).addedCard("Doing").setDue(Trellinator.now().addDays(3));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment