addedInput schema / examples
Added value: +[
+ {
+ "assigneeRotation": [
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e",
+ "a1b2c3d4e5f60718293a4b5c6d7e8f90"
+ ],
+ "cronExpression": "2 Week",
+ "endDate": "2026-12-31",
+ "maxOccurrences": 26,
+ "notes": "Blue bin only",
+ "preparationDays": 1,
+ "startDate": "2026-08-01",
+ "title": "Take out the recycling"
+ }
+]
changedInput schema / properties / assigneeRotation / description
Previous value: -"List of userIds for round-robin assignment"New value: +"Ordered list of household member IDs to round-robin through, one per generated instance. Entries that are no longer valid house members are skipped and that instance is left unassigned."
addedInput schema / properties / assigneeRotation / items / description
Added value: +"A household member ID (from list_house_members) taking a turn in the rotation."
addedInput schema / properties / assigneeRotation / items / examples
Added value: +[
+ "7f3a9c2e1b4d8f6a0c5e3b7d9a1f4c6e"
+]
changedInput schema / properties / cronExpression / description
Previous value: -"Cron expression for recurrence. Format: minute hour dayOfMonth month dayOfWeek"New value: +"Recurrence frequency expression in the format 'N Unit', e.g. '2 Week' for every two weeks. Unit must be exactly Day, Week, Month, or Year (case-sensitive). Despite the parameter name, this is not cron syntax."
addedInput schema / properties / cronExpression / examples
Added value: +[
+ "2 Week"
+]
changedInput schema / properties / endDate / description
Previous value: -"YYYY-MM-DD format"New value: +"The last date instances are generated through (inclusive), in YYYY-MM-DD format. Omit for an open-ended schedule."
addedInput schema / properties / endDate / examples
Added value: +[
+ "2026-12-31"
+]
addedInput schema / properties / maxOccurrences / description
Added value: +"Maximum number of task instances to generate in total. Generation stops once this many instances have been created, even if endDate has not been reached."
addedInput schema / properties / maxOccurrences / examples
Added value: +[
+ 26
+]
addedInput schema / properties / notes / description
Added value: +"Freeform notes copied to every generated task instance."
addedInput schema / properties / preparationDays / description
Added value: +"Number of days before each occurrence's due date to set that instance's preparation date. Clamped to today if the computed date would be in the past."
addedInput schema / properties / preparationDays / examples
Added value: +[
+ 1
+]
changedInput schema / properties / startDate / description
Previous value: -"YYYY-MM-DD format"New value: +"The date the schedule starts generating instances from, in YYYY-MM-DD format. Defaults to today if omitted."
addedInput schema / properties / startDate / examples
Added value: +[
+ "2026-08-01"
+]
addedInput schema / properties / title / description
Added value: +"The recurring task's title. Used as the title for every generated task instance."
addedInput schema / properties / title / examples
Added value: +[
+ "Take out the recycling"
+]