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...
112
Yoan BLANC
gr3ut
Nov 21, 2006 10:36 pm
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...
113
Gordon Luk
gluk_yinc
Nov 27, 2006 6:13 pm
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:...
114
pspmikek
Nov 29, 2006 8:16 pm
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...
115
pspmikek
Nov 29, 2006 9:39 pm
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...
116
pspmikek
Nov 29, 2006 9:57 pm
... 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...
117
Yoan Blanc
gr3ut
Nov 30, 2006 1:39 pm
... 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...
118
Yoan Blanc
gr3ut
Nov 30, 2006 3:38 pm
... 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 ...
119
pspmikek
Nov 30, 2006 6:02 pm
... <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...
120
Gordon Luk
gluk_yinc
Nov 30, 2006 7:02 pm
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...
121
pspmikek
Nov 30, 2006 7:24 pm
... 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...
122
Gordon Luk
gluk_yinc
Nov 30, 2006 7:51 pm
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...
123
pspmikek
Nov 30, 2006 7:53 pm
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...
124
pspmikek
Nov 30, 2006 8:09 pm
... 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...
125
pspmikek
Nov 30, 2006 8:15 pm
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...
126
Gordon Luk
gluk_yinc
Nov 30, 2006 9:32 pm
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...
127
Gordon Luk
gluk_yinc
Nov 30, 2006 9:38 pm
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...
128
pspmikek
Nov 30, 2006 10:12 pm
... 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...
129
Yoan Blanc
gr3ut
Dec 3, 2006 5:45 pm
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...
130
e9971248
Dec 4, 2006 10:43 pm
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...
131
Andy Baio
flypdoink
Dec 4, 2006 11:41 pm
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...
132
qedeq
Dec 5, 2006 12:03 am
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...
133
e9971248
Dec 5, 2006 12:18 am
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! *.+! ...
134
Gareth Rodger
gareth_rodger
Dec 5, 2006 4:32 pm
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...
135
mortimerp9
Dec 13, 2006 12:57 pm
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...
136
Alla
akussul
Dec 22, 2006 8:54 am
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 ...
137
Yoan Blanc
gr3ut
Dec 26, 2006 5:13 pm
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...
138
Gordon Luk
gluk_yinc
Dec 29, 2006 6:41 pm
Sorry Yoan, that's a bug that we'll get to very soon....
139
Yoan Blanc
gr3ut
Dec 30, 2006 3:12 pm
... Thanks! Don't forget to inform us when it's fixed. Yoan...
140
Gordon Luk
gluk_yinc
Jan 2, 2007 7:27 pm
I was finally able to fix the bug where event.getInfo was not returning tags as described in the API docs. I also cleared up a misstatement on the...