Hey folks, We're trying to get all the kewl upcoming.org mashups into gallery.yahoo.com. If you have a moment, it'd be great if you could create an entry for...
Hi, I'm currently playing with the Upcoming.org API and I'm in a annoying situation. event.search don't returns me the tags of an event I'm required to do a...
Hi Yoan, I took a look - it's not currently in event.search. How soon would you need it, and what kind of application is it for? Thanks, Gordon _____ From:...
I'm working on doing some microformat parsing, and while my microformat detector detects the 17 microformats on the upcoming front page, they are all useless...
The mechanism you are using for dtstart is just plan wrong: <abbr class="dtstart" title="2006-12-02T21:00-07:00"> Saturday, December 2, 2006 </abbr> Is...
... Totally my bad. I read it wrong. OK, so I guess you are trying to use a UTC offset and that's what is going on here. I see that :) Does upcoming support...
... Yes, sure. But it's not a duration it's a dtstart and dtend (in a microformat way). Another way to say the same thing. The big deal with this is managing...
... Hi Luk, ... It's for a club I work for in my free time. They want to inform upcoming.org about their events. When an event is displayed I do an ...
... <http://upcoming.org/event/102114/> ... And ... But how is upcoming getting the -7 time offset? It seems to be using it for any event in any time zone, and...
Hey guys, There's currently no preference for a user's local time zone. It looks like we are just printing out that pacific time offset by default, but we...
... I'm honestly not sure. I've been thinking about this. I live in Austin. So if there is a concert in San Francisco, I don't want to see it on upcoming in my...
Hey Mike, Welcome to the tricky world of personal calendaring. :) There is often no "right way" to do things, just the ways to do things that happen to work...
I've noticed that some events have dtend and some don't, even though both have a start and end time. http://upcoming.org/event/127684/ Open Mic Night is from...
... user. I ... My goal in doing this is mainly looking at the browser to decide if more microformat discovery should be moved into the browser as opposed to...
One more thing that would help a lot in parsing your microsummaries. The name of the section heading shouldn't be in the section. For instance: <div...
I'm not sure about this, and can maybe take a look next week. You're not being a pain, but please be patient with our ability to address the issues you're...
Well, some events don't have an end time. These are represented in traditional iCalendar-compatible applications as an "appointment" with no end time. Then...
... not ... I develop software for a living as well - believe me, I totally understand :) You've already been far more responsive than most development teams...
Isn't it painful to manage tags only by the addTags, removeTag tool? Why not from the edit ? I know that the tag syntax is quite complicated but it's gonna be...
Hi there, I really want to open source upTunes. This means i would have to give away the api key i am using too. Do you guys think any serious trouble could...
Hey, Jonas... Up until this point, we've left it up to the developer's discretion. If you distribute your API key and someone takes it and reuses it in an...
Hmm. Seems to me like it'd be fine to leave your API key out of the source code -- anyone who wants to mess around with it at the source level should have...
I don`t know, why i never thought of including my api key in the compiled source, but not in the open source code. That seems like a fine solution to me! *.+! ...
Hi all, Three quick questions; First; I understand fine grained access to the API is on the ToDo list - In the meantime is there any plans for a temporary...
In my case, I distribute my source code (greasemonkey javascript, no compiled code...) with the key inside under GPL, this is probably not the best way of...
Hi guys! I have a problem with venue editing. When I try to edit any of my venues through API both using cURL and WinHTTPRequest.Post I have the next error ...
Hi, I tried to get the tags of the event: 135437 but neither event.getInfo nor event.search returns me the tags of this event. What's wrong ? event.getInfo...