Skip to content

Instantly share code, notes, and snippets.

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/eac059f4395080dce170fdeef1e2f524 to your computer and use it in GitHub Desktop.
Save iaindooley/eac059f4395080dce170fdeef1e2f524 to your computer and use it in GitHub Desktop.
Synchdates
function synchDates(notification)
{
var notif = new Notification(notification);
var added = notif.addedDueDate();
if(notif.member().notTrellinator())
{
added.cardsLinkedInAttachments().first().setDue(added.due());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment