Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created September 27, 2021 23:15
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/081e46150e897b57b380e0a19019bfeb to your computer and use it in GitHub Desktop.
Save iaindooley/081e46150e897b57b380e0a19019bfeb to your computer and use it in GitHub Desktop.
setDueDateOnConvertedCard
var created = new Notification(notification).convertedChecklistItemToCard();
//Set the created card due to the date of the linked item in the source checklist
created.setDue(
conv.source.item(conv.link()).due()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment