This brings up a question I've been meaning to ask. Chris, you say there's been a change below. Does this mean that an event having the "recurrence" flag set will appear only once unless include=instances is included in the query string?
Also, how does this affect the XML feed? I see recurring events occasionally in our test feed. Are these events repeated in the feed for each date they recur, or do I have to keep track of these and create copies of them myself in my own database? -Alex On Thu, Apr 14, 2011 at 14:14, Chris Radcliff <[email protected]> wrote: > If you're noticing smaller numbers overall in the total_items count: We > recently stepped up an effort to consolidate duplicate and recurring events, > which would reduce the total_items count reported but doesn't affect the > actual events returned. For example, this set of event records for Mary > Poppins gives a total_items count of 3: > > http://api.eventful.com/rest/events/search?app_key=test_key&location=New%20York%20City&date=Future&keywords=mary%20poppins > > ...but it actually represents hundreds of individual dates for the same show, > which before the change would have been individual listings: > > http://api.eventful.com/rest/events/get?app_key=test_key&id=E0-001-033002014-4@2011041500&include=instances
