schedule_week
Schedule multiple workouts for a week in a single call, while skipping any already scheduled to prevent duplicate calendar entries.
Instructions
Schedule a list of workouts for the week in a single call.
Idempotent: if a workout is already scheduled for that date, it is reported as already scheduled and the POST is skipped (avoids duplicating calendar entries).
Args: week: List of dicts with keys: date (YYYY-MM-DD), workout_id (int)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |