Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created August 16, 2020 12:59
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/93ed0536b9ac11f83a5145b6a553036b to your computer and use it in GitHub Desktop.
Save iaindooley/93ed0536b9ac11f83a5145b6a553036b to your computer and use it in GitHub Desktop.
Set due on master board
function setDueOnMasterBoard(notification)
{
var set = new Notification(notification).addedDueDate();
new Trellinator().board("Master").card(set.name()).setDue(set.due());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment