2) I noticed in the API documentation that when we
modify/edit an event a new event ID gets created?
Is this true? If Yes, what happens to the old/original event ID?
I don't believe this is true. Can you point me to the documentation that
said this?
[Bharath Kumar Alapati] http://api.eventful.com/docs/events/modify
Example Request
Here's an example request URL:
http://api.evdb.com/rest/events/modify?...
<http://api.eventful.com/docs/auth>
&id=E0-001-000483123-4&title=Picnic+In+The+Park
Output Parameters
Output from this function is an XML block with the following constructs:
status string
ok
idstring
The ID of this event.
messagestring
Modify event complete
Example XML Response
<?xml version="1.0" encoding="UTF-8"?>
<response status="ok">
<id>E0-001-000278174-6</id>
<message>Modify event complete</message>
</response>
Probably the response xml posted on the site is wrong.
The information transmitted in this email is intended only for the person(s) or
entity to which it is addressed and may contain proprietary, confidential
and/or privileged material. If you have received this email in error, please
contact the sender by replying and delete this email from your system.