Folks, How do I get the url to a event using the Java api. When i make the java api call to search for events, the result's event list does not contain a URL field. I am looking at the com.evdb.javaapi.data.Event class, and don't see the url in it - there is a reference to "Link" which is returned empty...
I do see the url in the XML payload as returned by the following call: http://api.eventful.com/rest/events/search?app_key=<mykey>&category=sports&keywords=tennis&location=San+Jose&date=This+Week&within=50 …. <event id="E0-001-040902340-9@2012031513"> <title>Men's Tennis vs. Minnesota</title> <url>http://eventful.com/berkeley/events/mens-tennis-vs-minnesota-/E0-001-040902340-9@2012031513?utm_source=apis&utm_medium=apim&utm_campaign=apic</url> <description> <a href="http://www.calbears.com/sports/m-tennis/cal-m-tennis-body.html" rel="nofollow">Mens Tennis vs. Minnesota</a> Sport - Intercollegiate - Tennis | March 15 | 1:30 p.m. | <a href="http://www.berkeley.edu/map/3dmap/3dmap.shtmlhellman" rel="nofollow">Hellman Tennis Center</a><br> Sponsor: <a href="http://www.calbears.com/" rel="nofollow">Cal Bears Intercollegiate Sports</a><br> Cal Mens Tennis hosts Minnesota at Hellman Tennis Complex.<br> Event Contact: 1-800-GO-BEARS</description><start_time>2012-03-15 13:30:00</start_time><stop_time/><tz_id/><tz_olson_path/><tz_country/><tz_city/><venue_id>V0-001-000327025-6</venue_id> ….. Thanks -- Nipun
