<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.evdb.api">
    <title>gmane.comp.web.evdb.api</title>
    <link>http://blog.gmane.org/gmane.comp.web.evdb.api</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/439"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/435"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/433"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/430"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/422"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/422"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/421"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/419"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/418"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/417"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/416"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/415"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/414"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/412"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/410"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/408"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/406"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.evdb.api/405"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/439">
    <title>api response - unknown consumer</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/439</link>
    <description>&lt;pre&gt;Hi,

I have an app_key, consumer key and consumer secret.

Have received oauth_token and oauth_token secret for user.

When I try to add a new venue I receive a response of: error
string="Authentication Error" description: unknown consumer

When I run my parameters and info through the test form the signatures are a
 match.

Can anyone point me to where I am going wrong?

Thank You




&lt;/pre&gt;</description>
    <dc:creator>Gary</dc:creator>
    <dc:date>2013-05-24T16:12:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/436">
    <title>Parse error when searching events in Berlin</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/436</link>
    <description>&lt;pre&gt;Hi!!

I have a problem searching events in Berlin. I have a parse error with
eventfulapi.

Psych::SyntaxError in EventsController#index

couldn't parse YAML at line 1 column 0

$ bundle exec rails --version
Rails 3.2.11
$ bundle list | grep event
  * eventfulapi (2.2.1)


Then problem is in:

vendor/bundle/ruby/1.9.1/gems/eventfulapi-2.2.1/lib/eventful/api.rb (line 356)

      # Raise an exception if we didn't get a 2xx response code
      response.value

      yaml = YAML::load response.body # &amp;lt;--- ERROR in Ruby on Rails

(Psych is the YAML parser)

response.body:

&amp;lt;pre&amp;gt;
events:
  event:
    -
      all_day: 2
      calendar_count: ~
      calendars: ~
      categories:
        category:
          id: other
          name: Other &amp;amp;amp; Miscellaneous
      city_name: Berlin
      comment_count: ~
      country_abbr: DEU
      country_abbr2: DE
      country_name: Germany
      created: 2011-10-01 19:05:13
      description: " "
      geocode_type: City Based GeoCodes
      going: ~
      going_count: ~
      &lt;/pre&gt;</description>
    <dc:creator>Linux on Rails</dc:creator>
    <dc:date>2013-02-10T17:59:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/435">
    <title>digest authentication API method - to be disabled very soon.</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/435</link>
    <description>&lt;pre&gt;The digest authentication API method is going to be disabled in the next few weeks.  Please switch to oAuth as soon as you can.

Please see the authentication documentation for more details about oAuth: http://api.eventful.com/docs/auth

For testing the signature you generate from your application you can use this site:
http://oauth.googlecode.com/svn/code/javascript/example/signature.html
That will generate a signature and you can compare the signature you generate with what you should be sending to the API.

David Reiter,
Eventful, Inc.
&lt;/pre&gt;</description>
    <dc:creator>David Reiter</dc:creator>
    <dc:date>2013-01-17T23:06:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/433">
    <title>Future dated events only</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/433</link>
    <description>&lt;pre&gt;Hi,

When I do a query against the api using the python eventful library
(version 0.3) like this:

events = eventful_api.call('/events/search', location=location_param,
within='5', page_size='20', sort_order='date',date='Future')

It generates a query e.g.:

http://api.eventful.com/json/events/search?page_size=20&amp;amp;within=5&amp;amp;app_key=MYKEY&amp;amp;sort_order=date&amp;amp;location=51.34%2C+-0.73&amp;amp;date=Future

And this returns some things that are not in the future:

"start_time":"2012-03-08 00:00:00"
"start_time":"2012-10-02 13:00:00"
"start_time":"2012-11-08 13:00:00"
etc.

I shouldn't need to specify &amp;amp;date=Future apparently, because Future is the
default, but the result is the same whatever I do

Any ideas about what I need to do to fix this would be very much appreciated

Thanks
Jon

&lt;/pre&gt;</description>
    <dc:creator>Jon Vaughan</dc:creator>
    <dc:date>2012-11-27T20:43:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/430">
    <title>C# Library</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/430</link>
    <description>&lt;pre&gt;Hello,
    Is there a C# based interface library for the Eventful APIs? If so, where can I get it?


 
Thanks,
Johnson Joseph&lt;/pre&gt;</description>
    <dc:creator>Johnson Joseph</dc:creator>
    <dc:date>2012-11-26T03:44:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/422">
    <title>API down?</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/422</link>
    <description>&lt;pre&gt;Hi,

The API seems to be completely broken at the moment. Is anyone else having problems?

Tekin Suleyman



&lt;/pre&gt;</description>
    <dc:creator>Tekin Suleyman</dc:creator>
    <dc:date>2012-07-03T15:14:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/422">
    <title>API down?</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/422</link>
    <description>&lt;pre&gt;Hi,

The API seems to be completely broken at the moment. Is anyone else having problems?

Tekin Suleyman



&lt;/pre&gt;</description>
    <dc:creator>Tekin Suleyman</dc:creator>
    <dc:date>2012-07-03T15:14:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/421">
    <title>problems with adding/attaching images</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/421</link>
    <description>&lt;pre&gt;Hi,

Event image uploads have stopped working. We're getting this error:

"Can't save image: Can't write image file to http://apiuser:resuipa-9IRDUJl30x9T8LgwgB6fVg&amp;lt; at &amp;gt;public.gmane.org/bin/put: 503: Service Not Available"

Any ideas?

Tekin Suleyman


&lt;/pre&gt;</description>
    <dc:creator>Tekin Suleyman</dc:creator>
    <dc:date>2012-06-27T16:08:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/419">
    <title>digest authentication API method deprecated</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/419</link>
    <description>&lt;pre&gt;The digest authentication API method is now deprecated. It will be disabled permanently after 1 August 2012.

We now support oAuth as an alternate to digest authentication.

Please see the authentication documentation for more details about oAuth: http://api.eventful.com/docs/auth

John Tantalo,
Eventful, Inc.

&lt;/pre&gt;</description>
    <dc:creator>John Tantalo</dc:creator>
    <dc:date>2012-05-23T18:01:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/418">
    <title>Enhacement requests</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/418</link>
    <description>&lt;pre&gt;Hi,

I want to suggest some Enhacement Requests, they are:

1. API Method /venues/search - add nearest order. 
It would be cool if we sent the GPS position and know
which venues are closer.

2. get favourite venues from an user

3. Search by added properties or tags

Regards,

Pablo Roca
Spain



&lt;/pre&gt;</description>
    <dc:creator>Pablo Roca</dc:creator>
    <dc:date>2012-04-29T15:25:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/417">
    <title>How to search live music venues</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/417</link>
    <description>&lt;pre&gt;Hi,

Is there any way to search music venues that makes gigs?

And also filtered by music genre?

Regards,

Pablo Roca
Spain


&lt;/pre&gt;</description>
    <dc:creator>Pablo Roca</dc:creator>
    <dc:date>2012-04-29T15:20:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/416">
    <title>Java API - Event search urls</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/416</link>
    <description>&lt;pre&gt;Folks,

How do I get the url to a event using the Java api. When i make the java api call to search for events, the result's event list does not contain a URL field.
I am looking at the com.evdb.javaapi.data.Event class, and don't see the url in it - there is a reference to "Link" which is returned empty...

I do see the url in the XML payload as returned by the following call:

http://api.eventful.com/rest/events/search?app_key=&amp;lt;mykey&amp;gt;&amp;amp;category=sports&amp;amp;keywords=tennis&amp;amp;location=San+Jose&amp;amp;date=This+Week&amp;amp;within=50
….

&amp;lt;event id="E0-001-040902340-9&amp;lt; at &amp;gt;2012031513"&amp;gt;
&amp;lt;title&amp;gt;Men's Tennis vs. Minnesota&amp;lt;/title&amp;gt;
&amp;lt;url&amp;gt;http://eventful.com/berkeley/events/mens-tennis-vs-minnesota-/E0-001-040902340-9&amp;lt; at &amp;gt;2012031513?utm_source=apis&amp;amp;utm_medium=apim&amp;amp;utm_campaign=apic&amp;lt;/url&amp;gt;
&amp;lt;description&amp;gt; &amp;lt;a href="http://www.calbears.com/sports/m-tennis/cal-m-tennis-body.html" rel="nofollow"&amp;gt;Mens Tennis vs. Minnesota&amp;lt;/a&amp;gt; Sport - Intercollegiate - Tennis | March 15 | 1:30 p.m. | &amp;lt;a href="http://www.berkeley.edu/map/3dmap/3dmap.shtmlhellman" rel="nofol&lt;/pre&gt;</description>
    <dc:creator>Nipun</dc:creator>
    <dc:date>2012-03-14T22:33:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/415">
    <title>Search result order</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/415</link>
    <description>&lt;pre&gt;Hello,
We're running queries based on lat/long like the following:

*
http://api.evdb.com/json/events/search?app_key=xxxxxx&amp;amp;within=4.577513&amp;amp;units=kilometers&amp;amp;location=37.773598,-122.411427&amp;amp;page_size=30&amp;amp;date=Mar&amp;amp;category=&amp;amp;sort_order=popularity
*
*
*
For the moment, we're pulling just the first page, but we've noticed that
the search results often change.
If I do 3 queries, odds are two of them will have different items if I do a
diff between the outputs.

I've seen this with default sort_order and sort_order=popularity (as above).

Thoughts/suggestions?
Eri
&lt;/pre&gt;</description>
    <dc:creator>Eri Izawa</dc:creator>
    <dc:date>2012-03-14T20:20:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/414">
    <title>schemas, json to java</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/414</link>
    <description>&lt;pre&gt;Is there some sort of schema for the json and xml returned from a search so I can map the data? Does anyone have a suggestion on a tool to convert the json or xml to Java Objects?
Thanks
Mike

&lt;/pre&gt;</description>
    <dc:creator>Mike Henry</dc:creator>
    <dc:date>2012-02-19T14:37:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/412">
    <title>Java example?</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/412</link>
    <description>&lt;pre&gt;Folks,

Couple of quick questions - I see the Java API's last release date was in 2007.  Is this the most current API?

Also, is there a simple example that shows how a search is performed using the API.  I see all the classes and methods are documented, but I do not see what are the few lines of code to initiate these requests and get results.  Any sample would be much appreciated.

Thanks,
Razi



&lt;/pre&gt;</description>
    <dc:creator>Razi Mohiuddin</dc:creator>
    <dc:date>2012-02-03T20:22:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/410">
    <title>Services/Eventful.php Search Results</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/410</link>
    <description>&lt;pre&gt;Hi guys,

Maybe I'm missing something obvious but when making searches from my PHP
script to events. Only 1 result is being returned. I've tried searching by
zipcode and radius, etc, etc. It says there's 3000+ matches but only every
returns one event. And if you refresh the page you'll notice it's often a
different event each time. What am I missing here? Below is the code in
question. And you can see the actual page results here:
http://www.nashvilleluxurylimos.com/events.php

&amp;lt;?php
require 'Services/Eventful.php';

    &amp;lt;?php
        // Enter your application key here. (See
http://api.eventful.com/keys/)
        $app_key = 'xxxxxxxxx'; # Don't worry the actual API key is there
in the script
        $ev = new Services_Eventful($app_key);

        $event = $ev-&amp;gt;call('events/search', array("date" =&amp;gt; "Future",
"location" =&amp;gt; "Nashville, TN"));

        if ( PEAR::isError($event) )
        {
            print("An error occurred: " . $event-&amp;gt;getMessage() . "\n");
            print_r( $ev );
        }

        fore&lt;/pre&gt;</description>
    <dc:creator>Chris Rankin</dc:creator>
    <dc:date>2011-12-20T10:39:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/408">
    <title>problem w Larkspur, CA?</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/408</link>
    <description>&lt;pre&gt;Hi - I've added lots of venues and keep getting this error with a venue in 
Larkspur, CA. Just wondering if there was a database error somewhere. It's 
a city, right? I'm pretty sure I've been there, or where I think it should 
be. 

Nancy

Create new Eventful venue  

name="name" value="Tamalpais Adult School" 
"address" value="375 Doherty Drive" 
"city" value="Larkspur" 
"region" value="CA" 
"postal_code" value="93949" 
"country" value="United States" 
"venue_type" value="University" 
"app_key" value="xxx" 
"user" value="FullCalendar" 
"user_key" value="xxx"

error: 
Invalid parameter
Can't add a venue in the unknown city 'Larkspur, CA' in the country 'United 
States'. 

&lt;/pre&gt;</description>
    <dc:creator>Nancy Tubbs</dc:creator>
    <dc:date>2011-08-26T03:33:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/407">
    <title>withdrawing venues</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/407</link>
    <description>&lt;pre&gt;Hi.

Just been working with the methods for managing venues and hit a snag - the venues/withdraw method does not work for venues I have created - I get a not authorised response, even though I am using the same user authentication : "User 'xxxxx' does not have permission to withdraw venue 'VENUE_ID'."

An example venue I just created: V0-001-005325062-8


Any ideas?

&lt;/pre&gt;</description>
    <dc:creator>Tekin Suleyman</dc:creator>
    <dc:date>2011-07-11T14:54:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/406">
    <title>cross protocol queries</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/406</link>
    <description>&lt;pre&gt;Hi,

How are cross protocol calls handled? The evdb api calls are via http and it breaks if I host the script on page accessed via https, as expected, and the API calls don't work if I change them to https... i.e. https://api.evdb.com/json....

Thanks,
Orry
&lt;/pre&gt;</description>
    <dc:creator>Orry Rotem</dc:creator>
    <dc:date>2011-07-08T18:52:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/405">
    <title>javascript api key</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/405</link>
    <description>&lt;pre&gt;Hi,

I am using the javascript API and wanted to know what the best method of obfuscating/hiding the API KEY.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Orry Rotem</dc:creator>
    <dc:date>2011-07-07T19:22:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.evdb.api/402">
    <title>Get all categories</title>
    <link>http://comments.gmane.org/gmane.comp.web.evdb.api/402</link>
    <description>&lt;pre&gt;Hi,

I am having some grief retrieving the list of categories.
 
I receive an authentication validation "A valid application key is required" 
when i make a call to /categories/list?app_key=[my valid app key] using 
the JavaScript API.

I get the same results when i try explicitly supplying the app_key 
or by passing it in the arguments.

Snip:

EVDB.API.call("/categories/list?", { app_key: "[my definitely valid app key]" }, 
function (results) {
                if (results.string !== "Authentication Error") {
                    // do something interesting 
                } else {
                    alert(results.description);
                }
            });
        }


Any help would be much appreciated


&lt;/pre&gt;</description>
    <dc:creator>Orry</dc:creator>
    <dc:date>2011-07-01T14:31:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.evdb.api">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.evdb.api</link>
  </textinput>
</rdf:RDF>
