top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Wangaratta Club - OAKS DAY

jue, 06 nov

|

4 Victoria Parade, Wangaratta VIC 3677, Australia

Celebrate Oaks Day in style at The Wangaratta Club with a special live performance from RIFF!

Registration is closed
See other events
Wangaratta Club - OAKS DAY
Wangaratta Club - OAKS DAY

Horario y ubicación

06 nov 2025, 12:00 – 16:00

4 Victoria Parade, Wangaratta VIC 3677, Australia

Acerca del evento

🎤 RIFF – Live at The Wangaratta Club for Oaks Day! 

🌸 Thursday, 6th November

🕦 Doors Open at 11:30AM

🕛 Performance takes place between 12PM – 4PM


Celebrate Oaks Day in style at The Wangaratta Club with a special live performance from RIFF! 🎶 From smooth acoustic vibes to crowd-pleasing hits and heartfelt originals, RIFF brings the perfect soundtrack to an afternoon of racing, good food, and great company.


Gather your friends, dress to impress, and enjoy the festive Oaks Day atmosphere with live music, laughter, and local spirit.


Compartir este evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });