タスクの移動・並べ替え
move-taskMove a Google Task to a new position: convert it into a subtask, reorder it before another task, or transfer it to a different task list by providing the task ID and optional target parameters.
Instructions
タスクの位置を変える。parent でサブタスク化、previous で並び順、destinationTasklist で別のタスクリストへ移動できる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | タスクの ID。list-tasks で取得できる。 | |
| parent | No | 移動先の親タスク ID。省略するとトップレベルになる。 | |
| previous | No | 直前に置くタスクの ID。省略すると先頭に移動する。 | |
| tasklist | No | タスクリストの ID。既定のリストは '@default'。ID は list-tasklists で取得できる。 | @default |
| destinationTasklist | No | 移動先のタスクリスト ID(別リストへ移す場合) |