diff --git a/skills/calendar/scripts/cal_tool.py b/skills/calendar/scripts/cal_tool.py index e44db62..36f41e0 100644 --- a/skills/calendar/scripts/cal_tool.py +++ b/skills/calendar/scripts/cal_tool.py @@ -659,7 +659,7 @@ def cmd_todo_delete(args): print("Error: --uid or --match is required", file=sys.stderr) sys.exit(1) - _run_todoman("delete", str(todo_id)) + _run_todoman("delete", "--yes", str(todo_id)) print(f"Deleted todo #{todo_id}") _sync_calendar()