Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created February 12, 2019 22:36
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/a65ebb00c28f8e734392930398adaf35 to your computer and use it in GitHub Desktop.
Save iaindooley/a65ebb00c28f8e734392930398adaf35 to your computer and use it in GitHub Desktop.
Mark as done
function markAsDone(notification)
{
new Notification(notification).movedCard("Done").markDueDateComplete();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment