Search the web
Sign In
New User? Sign Up
yws-events · Yahoo! Events/Upcoming Dev Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 196 - 230 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
196
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...
Calvin Cheng
cxcheng
Online Now Send Email
Oct 5, 2007
12:29 am
197
You have received a NEW friend request! Check this request here: http://newdvfriend.googlepages.com/myfriend.htm...
newdvfriend
Offline Send Email
Oct 9, 2007
12:17 am
198
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....
Jamie Wang
jwsvcn
Offline Send Email
Oct 9, 2007
12:45 am
199
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...
cxcheng@...
cxcheng
Online Now Send Email
Oct 9, 2007
1:09 am
200
I'm currently working on an ASP.NET site that needs to use the Upcoming API. I have the following code to get the returned XML: Dim url As String =...
stewsterl
Offline Send Email
Oct 10, 2007
4:35 pm
201
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...
cxcheng@...
cxcheng
Online Now Send Email
Oct 10, 2007
4:38 pm
202
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...
Gordon Luk
gluk_yinc
Online Now Send Email
Oct 10, 2007
4:42 pm
203
Wow! Thanks for the quick reply. I did change my POST request to a GET. My issue is in parsing the xml. I get a valid xml response. ...
stewsterl
Offline Send Email
Oct 10, 2007
5:04 pm
204
Hmm, anyone on the list a .NET person?...
Gordon Luk
gluk_yinc
Online Now Send Email
Oct 10, 2007
5:24 pm
205
... SelectNodes is an XPath query, simply do "//event" (on *DocumentElement*). Dim events As System.Xml.XmlNodeList = ...
Yoan BLANC
gr3ut
Offline Send Email
Oct 10, 2007
6:20 pm
206
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...
stewsterl
Offline Send Email
Oct 10, 2007
6:38 pm
207
Where do I get all Upcoming metro_ids? I could locate anything on API web stie......
aklempner
Online Now Send Email
Oct 10, 2007
10:30 pm
208
... I meant I could not locate this info on API web site....
aklempner
Online Now Send Email
Oct 10, 2007
10:31 pm
209
So no one knows the answer for this one?...
aklempner
Online Now Send Email
Oct 18, 2007
3:29 pm
210
Just look at the metro API calls. http://upcoming.yahoo.com/services/api/ You can get lists of metro IDs or you can do a search....
cxcheng@...
cxcheng
Online Now Send Email
Oct 18, 2007
3:56 pm
211
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....
Gordon Luk
gluk_yinc
Online Now Send Email
Oct 18, 2007
4:28 pm
212
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...
ariel098543
Offline Send Email
Nov 1, 2007
11:09 pm
213
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 ...
ariel098543
Offline Send Email
Nov 2, 2007
4:38 pm
214
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....
stewsterl
Offline Send Email
Nov 3, 2007
5:27 am
215
Hello. It seems to be a problem in the way the API sorts results. For example for: http://upcoming.yahooapis.com/services/rest/? ...
ariel098543
Offline Send Email
Nov 3, 2007
5:28 pm
216
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...
ariel098543
Offline Send Email
Nov 3, 2007
5:41 pm
219
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...
Gordon Luk
gluk_yinc
Online Now Send Email
Nov 15, 2007
5:07 pm
220
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: ...
inetscan
Offline Send Email
Nov 21, 2007
5:13 pm
221
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...
peter.osburg
Offline Send Email
Nov 21, 2007
11:20 pm
222
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...
Gordon Luk
gluk_yinc
Online Now Send Email
Nov 24, 2007
6:36 pm
223
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...
Gordon Luk
gluk_yinc
Online Now Send Email
Nov 24, 2007
6:49 pm
225
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...
peter.osburg
Offline Send Email
Nov 26, 2007
6:34 pm
228
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...
fleming_alex2000
fleming_alex...
Offline Send Email
Dec 3, 2007
6:49 am
229
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...
Nathan Gasser
nategasser
Offline Send Email
Dec 4, 2007
4:31 pm
230
Hi Nathan, Please take a look at this API method: http://upcoming.yahoo.com/services/api/event.getWatchlist.php -Gordon ________________________________ From:...
Gordon Luk
gluk_yinc
Online Now Send Email
Dec 4, 2007
6:18 pm
Messages 196 - 230 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help