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...
Is there an ETA on a fix? I'm using the Upcoming API for a school project and our final presentation is Tuesday. It sure would be nice to have this working...
The key question here is: On who's behalf are you going to be adding events? Every event added to upcoming is associated with a particular user who submits...
Ah okay. I think I missunderstood the explanation of Upcoming... So I need a user who is "responsible" for the events (who i can create by myself). And after...
I am using the current Silverlight 2.0 beta to create an application that makes use of a cross domain access policy file to see whether access is allowed....
I imagine we could make it use crossdomain.xml as you suggest. That should be an easy fix, so if the rest of the team agrees, we'll put that in the queue for...
Yeah, either putting up an XML 404 or including a proper clientaccesspolicy.xml on the site would do it. I've included a sample clientaccesspolicy.xml below...