diff --git a/skills/calendar/scripts/cal_tool.py b/skills/calendar/scripts/cal_tool.py index 00d6bd5..0235761 100644 --- a/skills/calendar/scripts/cal_tool.py +++ b/skills/calendar/scripts/cal_tool.py @@ -645,8 +645,7 @@ def cmd_todo_edit(args): print("Nothing to change. Specify at least one of --due, --priority.") return - # Run todoman edit (non-interactive) - _run_todoman("edit", str(todo_id), "--no-interactive", *todo_args) + _run_todoman("edit", str(todo_id), *todo_args) print(f"Updated todo: {matched.get('summary')}") for c in changes: print(f" {c}")