addedInput schema / examples
Added value: +[
+ {
+ "assignedToMemberId": "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e",
+ "dueDate": "2026-08-01",
+ "notes": "Blue bin only",
+ "preparationDate": "2026-07-30",
+ "title": "Take out the recycling"
+ }
+]
addedInput schema / properties / assignedToMemberId / examples
Added value: +[
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e"
+]
changedInput schema / properties / dueDate / description
Previous value: -"YYYY-MM-DD format"New value: +"The date the task is due, in YYYY-MM-DD format."
addedInput schema / properties / dueDate / examples
Added value: +[
+ "2026-08-01"
+]
addedInput schema / properties / notes / description
Added value: +"Freeform notes about the task. Not for assignment info."
changedInput schema / properties / preparationDate / description
Previous value: -"YYYY-MM-DD format"New value: +"The date to start preparing for the task, in YYYY-MM-DD format. Must be on or before the due date if both are set."
addedInput schema / properties / preparationDate / examples
Added value: +[
+ "2026-07-30"
+]
addedInput schema / properties / title / description
Added value: +"The task's title, e.g. 'Take out the recycling'. Required; max 200 characters."
addedInput schema / properties / title / examples
Added value: +[
+ "Take out the recycling"
+]