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:...
Ok, I must have misunderstood the docs: "You will only be shown your own private events plus those of people who have marked you as a friend. " Should that...
... Okay, I just changed the group policy - new members require approval from administrators. We didn't really get a *lot* of spam on this group, but...
Was previously this: <cross-domain-policy> <allow-access-from domain="*" secure="false"/> </cross-domain-policy> Is now this: <cross-domain-policy> ...
Hi Gordon. Still looks the same for me... http://upcoming.yahooapis.com/crossdomain.xml <cross-domain-policy> <allow-access-from domain="*.yahoo.com"...
Try a ctrl-F5 forced refresh? I also had a problem where my browser was caching it, after I had fixed the issue. ________________________________ From:...
Hi, I was trying to integrate with upcoming apis to add event and add venue. We have some information which we need to redirect properly from our callback...
Hello, This is actually a problem on our side. We'll investigate more asap. -Gordon ________________________________ From: yws-events@yahoogroups.com...
I'm consuming the xml coming out of upcoming, but find that the end_date and end_time is always blank, even though upcoming event listing has a date and time. ...
I'm working on a flex project, and thought I'd share some code that might be useful. I'm sure there's a more elegant way to do some of this, but at least it's...