duplicate_event
Copy an event to a new date, preserving all properties like name, type, and duration. Useful for repeating workouts or events.
Instructions
Duplicate an existing event to a new date.
Creates a copy of an event with all its properties (name, type, duration, etc.) but with a new date. Useful for repeating workouts or events.
Args: event_id: ID of the event to duplicate new_date: New date in YYYY-MM-DD format
Returns: JSON string with the duplicated event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID to duplicate | |
| new_date | Yes | New date for the duplicated event (YYYY-MM-DD format) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |