top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Mulwala Water Ski Club

dim. 18 janv.

|

156 Melbourne St, Mulwala NSW 2647, Australia

Join RIFF for an evening of live music at the Mulwala Water Ski Club on Sunday, 18th of January, from 5pm to 9pm.

Registration is closed
See other events
Mulwala Water Ski Club
Mulwala Water Ski Club

Heure et lieu

18 janv. 2026, 17:00 – 21:00

156 Melbourne St, Mulwala NSW 2647, Australia

Invités

À propos de l'événement

🎶 LIVE MUSIC AT MULWALA WATER SKI CLUB 🎶


Join RIFF for an evening of live music at the Mulwala Water Ski Club on Sunday, 18th of January, from 5pm to 9pm.


Set against the stunning backdrop of Lake Mulwala, RIFF will deliver a relaxed yet engaging live performance featuring a mix of crowd-favourite covers and original songs. It’s the perfect way to wind down your weekend with great music, great vibes, and a great venue.


Bring your friends, enjoy a drink, grab a meal, and settle in for a Sunday session filled with feel-good tunes and memorable moments.


📍 Mulwala Water Ski Club

🗓 Sunday, 18 January


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