Eventspan.com API -> /web_service/event/search
Given an event ID, returns the results of a search for an event. See http://www.eventspan.com/search?q=Nullam&substate=upcoming&state=events for an example interface.
developer_key
term
state
http://www.eventspan.com/web_service/event/search/(state)/(term)?developer_key=(developer_key)
http://www.eventspan.com/web_service/event/search/upcoming/Nullam?developer_key=v31nuqs024m3z22o0s0sov4mnpvntuu
The output of this function is an XML block with the following parameters representing the event
<response xsi:noNamespaceSchemaLocation="response.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<status>Success</status>
<message>Search Results Received</message>
<searchResults>
<resultContentType>WebEvents</resultContentType>
<resultContentSubType>upcoming</resultContentSubType>
<resultSize>21</resultSize>
<searchResult>
<title>Morbi non erat non ipsum pharetra tempus nullam vitae sem</title>
<url>http://www.eventspan.com/event/m3shg5snp</url>
<subTitle>Nullam vitae sem at nunc pharetra ultricies phasellus i</subTitle>
<startTime>2007-07-22T15:34:05Z</startTime>
<endTime>2007-07-22T17:34:05Z</endTime>
<preferredTimeZone>Eastern Time (US & Canada)</preferredTimeZone>
<eventLink>http://ebay.com</eventLink>
<featuredEventHost>
<logoUrl>http://www.eventspan.com/event_accommodater/image/0000/0071/thumb7.gif</logoUrl>
<url>http://www.eventspan.com/events/host/m31o1n2u1np</url>
</featuredEventHost>
<tags>nfl</tags>
<tags>freeclipart</tags>
<tags>mortgagecalculator</tags>
<tags>fitness</tags>
<tags>depression</tags>
<featuredPresenter>
<url>http://www.eventspan.com/events/speaker/event_person/zt1nttu1q12</url>
<headshotUrl>http://www.eventspan.com/event_person/headshot/0000/0075/headshot_large/hs33.jpg</headshotUrl>
</featuredPresenter>
</searchResult>
...
</searchResults>
</response>
This method may return these errors