copy_day
Copy all nutrition diary entries from one date to another in Cronometer. This tool transfers food logs, exercise, notes, and biometrics while preserving existing data on the destination date.
Instructions
Copy all diary entries from one date to another.
Server-side operation that copies ALL entries (food, exercise, notes, biometrics) from source to destination. Additive — does not remove existing entries on the destination date.
Args: source_date: Date to copy FROM as YYYY-MM-DD. destination_date: Date to copy TO as YYYY-MM-DD.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_date | Yes | ||
| destination_date | Yes |