trip_clone
Clone/duplicate a trip with all its data. Dates shift relative to the new start date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the cloned trip (defaults to 'Copy of ...') | |
| startDate | No | New start date (YYYY-MM-DD). All item/task dates shift relative to this. | |
| includeItems | No | Include items (default: true) | |
| includeNotes | No | Include notes (default: true) | |
| includeTasks | No | Include tasks (default: true) | |
| sourceTripId | Yes | ID of the trip to clone | |
| includeLocations | No | Include locations (default: true) | |
| includeTravellers | No | Include travellers (default: true) |