set_task_due_date
Set or change task due dates in Remember The Milk using natural language like "tomorrow" or "next Friday". Clear due dates by providing an empty string.
Instructions
Set or change task due date.
Args: due: Due date (natural language: "tomorrow", "next friday", "2024-12-25") Use empty string to clear due date. task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: List ID
Returns: Updated task details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | Yes | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |