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...
Hello, I'm writing to let you guys know that we responded to popular demand, and now user.getWatchlist has optional token auth. If you don't pass in a valid...
I have run into an issue where paging seems to stop working on large sets of data. For example, if you were searching for venues in California using: ...
Hi there, I am new to the list. And I have a question about the upcoming API. When I use it and get the XML with all events back then I need the description as...
Yes, that's true about all of our search methods, unfortunately. It's not intentionally trying to stop you, but it is an artifact of our search backend that...
Entities are supposed to be escaped within XML - if you are encountering double-escaping, then that's a problem. Please paste in your API query with API key...
Hi, this for example is a query I do. http://upcoming.yahooapis.com/services/rest/?api_key=<key>&method=event.search&search_text=Web 2.0&location=San Francisco...
Looking for a cheap used laptop? Visit the website to get a sleek and trendy laptop for you at throw away prices: http://cheaplaptops.bigbargains.info...
Hi, I manage an organization that has monthly events for which we need RSVP's. We have a very simple RSVP form on our site. We also list our events on...
Hi Nathan, Please take a look at this API method: http://upcoming.yahoo.com/services/api/event.getWatchlist.php -Gordon ________________________________ From:...