reschedule-tasks
Reschedule tasks to new dates while preserving their recurring patterns. Perfect for moving recurring tasks without altering repeat schedules.
Instructions
Reschedule tasks to new dates while preserving recurring schedules. Unlike update-tasks (which replaces the entire due string and can wipe recurrence), this tool changes only the date, keeping recurrence patterns intact. Use this when moving recurring tasks to a different date without altering their repeat pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The tasks to reschedule with their new dates. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The rescheduled tasks. | |
| totalCount | Yes | The total number of tasks rescheduled. | |
| rescheduledTaskIds | Yes | The IDs of the rescheduled tasks. |