Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created October 26, 2018 00:51
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/14f03a07d33c3fc4fb27e431e3925be4 to your computer and use it in GitHub Desktop.
Save iaindooley/14f03a07d33c3fc4fb27e431e3925be4 to your computer and use it in GitHub Desktop.
Add Due date to Emailed Cards
function addDueDateToEmailedCard(notification)
{
new Notification(notification).addedCard("Emails in").setDue(Trellinator.now().addHours(24));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment