find_planned_dates
Check if a recipe is already planned within a date range by retrieving its scheduled dates.
Instructions
Find planner events for a given recipe, optionally constrained to a date range. Useful for "is this recipe already planned this week?" checks before scheduling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| recipe_id | Yes | ||
| start_date | No |