API Method event_copy
This method duplicates an existing event, returning the ID of the new event. Authentication tokens are required. Events can not be copied from one user account to another.
Request Parameters
| Name | description | event_id | The ID of the existing event. |
|---|---|
| event_name | A new name for this copy of the Event. 255 character limit. |
Example Request URL
https://www.eventbrite.com/xml/event_copy?...&id=123456&event_name=CopyEventname
Example Response
<?xml version="1.0" encoding="utf-8" ?> <process> <id>908163459</id> <message>event_copy : complete</message> <status>ok</status> </process>
Method-Specific Errors
More information about error-handling and common error messages are available in our error docs.
| error_type | error_message |
|---|---|
| Authentication Error | The specified user was not found or the login credentials didn’t match. |
| Not Found | No such event [123456789]. |
| Event error | The new event name is missing. |
| User error | This user is not autorized to copy this event. |