top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Deniliquin RSL - AUSTRALIA DAY

lun. 26 janv.

|

72 End St, Deniliquin NSW 2710, Australia

Celebrate Australia Day with an afternoon of live music as RIFF returns to the Deniliquin RSL on Monday, 26th of January.

Registration is closed
See other events
Deniliquin RSL - AUSTRALIA DAY
Deniliquin RSL - AUSTRALIA DAY

Heure et lieu

26 janv. 2026, 15:00 – 19:00

72 End St, Deniliquin NSW 2710, Australia

Invités

À propos de l'événement

🎶 Australia Day Live Music at Deniliquin RSL 🇦🇺


Celebrate Australia Day with an afternoon of live music as RIFF returns to the Deniliquin RSL on Monday, 26th of January.


🕒 3pm – 7pm

📍 Deniliquin RSL


Enjoy a relaxed Aussie Day atmosphere filled with crowd-favourite covers and original songs, perfect for kicking back with friends, family, and a cold drink. Whether you’re winding down after the day’s celebrations or making live music part of them, this is the place to be.


🎸 Live music


Partager cet événement

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); });