Hi, I am adding a search feature for embedded maps that can find Yahoo Upcoming events (http://www.mymapsplus.com). Some features which would be very useful...
Hi - every single one of the developer API libraries that you link to on http://upcoming.yahoo.com/help/w/Language-specific_Libraries is broken. There's a...
I'm in the process of writing a .NET library for the Upcoming API, and thought I'd post some of the bugs I've noticed. According to your documentation,...
Hi all, I just fixed a bug that was preventing many geocoded events from being returned with latitude and longitude in our API. Distances may have been ...
Hi. I grabbed the Upcoming feed link for my area and added it to the same script I used here: http://www.billy-girlardo.com/JavaScript/ which shows my...
Hi, I'm in the process of creating Java client code for Upcoming. As described on this page http://upcoming.yahoo.com/help/w/Language-specific_Libraries There...
Hi, I am new to this. Can anyone please tell me if there's Yahoo Calendar API? I looked the Upcoming API documentation and there is an event object listed....
I'm not aware of a public Yahoo Calendar today unfortunately. However, it is quite conceivable that your goals are more than met by upcoming.yahoo.com which is...
I'm not familiar with the .Net API, coming from the Java world that is, and having implemented a SAX parser for the Upcoming output. It is possible that your...
Also, it looks like you're using a POST request to do a GET query. That may be returning an error instead of event objects, so that could be getting in your...
THANK YOU VERY MUCH FOR YOUR HELP!!!! This worked --> XmlResult.SelectNodes("//venue") I didn't have // in front of venue. Things like this can make a...
We're moving away from Metros completely very soon. If you're doing event search, please just use the "Location" field instead of providing metro ids....
Hello. Is there any way to sort events by "popular" or by "relevance" like in the upcoming.org website? In the documentation doesn't show any way, but maybe...
I want to show events in a calendar, showing (for example) 7 days, each day showing events. If I search events for that week, it will return events sorted for ...
There are many search arguments such as: category_id, search_text, tags, and sort that should let you hone in on the relevance of what you are searching for....
Thanks. It seems to be more sort accepted params any way. using "&sort=zczxczxc-desc" returns an error. but using "&sort=relevance-desc"... doesn't return...