move_recipe_in_meal_plan
Move a recipe between Cookidoo meal plan dates by adding it to the new day and removing it from the original, rolling back if removal fails.
Instructions
Move one recipe from one Cookidoo calendar day to another.
The recipe is added to the target first and then removed from the source. If removal fails, a newly-added target entry is rolled back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Validate and preview both calendar operations without sending either one to Cookidoo. | |
| to_date | Yes | New day in YYYY-MM-DD format. | |
| from_date | Yes | Existing day in YYYY-MM-DD format. | |
| recipe_id | Yes | Official or custom Cookidoo recipe ID. | |
| recipe_source | No | auto, official, or custom. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |