Indian Creek Racing Productions
12 upcoming · 13 total on RodeoList
Upcoming
Jun 19 – Jun 21, 2026
ICRP La Viva Taco
Reflection Arena · Festus, MO
Jun 26 – Jun 28, 2026
ICRP Dueling Dragons
Lucky J Arena · Carthage, MO
Jul 17 – Jul 19, 2026
ICRP Southern Draw
Flying F Arena · Harrisburg, AR
Jul 24 – Jul 26, 2026
ICRP Summer Brawl
Baker Arena - Hoosier Horse Park · Nineveh, IN
Aug 14 – Aug 16, 2026
ICRP The Four Elements
Reflection Arena · Festus, MO
Sep 18 – Sep 20, 2026
ICRP Glitter and Gold
Reflection Arena · Festus, MO
Oct 9 – Oct 11, 2026
ICRP Retro Active
Reflection Arena · Festus, MO
Oct 16 – Oct 17, 2026
ICRP Southern Draw Award Show
Flyin F Arena · Harrisburg, AR
Oct 23 – Oct 25, 2026
ICRP Greatest Hits
Agricenter Showplace Arena · Memphis, TN
Nov 6 – Nov 8, 2026
ICRP Go Grease
Gordyville USA Arena · Gifford, IL
Dec 11 – Dec 13, 2026
ICRP Wings & Waffles
Reflection Arena · Festus, MO
Dec 11 – Dec 13, 2026
ICRP Wings and Waffles
Reflection Arena · Festus, MO
Past events
Venues where Indian Creek Racing Productions runs events
Embed this calendar on your site
Copy this snippet into any web page. Your visitors see your upcoming events on RodeoList, always current — no maintenance, works in WordPress, Wix, Squarespace, plain HTML, anywhere that allows iframes.
<iframe src="https://rodeolist.com/embed/producer/indian-creek-racing-productions" width="100%" height="420" style="border:1px solid #c8b18a;border-radius:2px;" loading="lazy" title="Indian Creek Racing Productions — upcoming events"></iframe> Customization & auto-resize
Change how many events show.
Add ?limit=N to the
src (1–25, default 10). Example: /embed/producer/indian-creek-racing-productions?limit=5.
Make the iframe auto-resize. The widget posts its content height to the parent page. Drop this script once in your site <head> or just before </body> — it'll resize any RodeoList iframe on the page:
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'rodeolist:embed:resize') {
document.querySelectorAll('iframe[src*="rodeolist.com/embed/"]').forEach(function (f) {
f.style.height = e.data.height + 'px';
});
}
});
</script> Producers without that script just get the fixed 420px height — the widget still works, it just doesn't auto-grow.