top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Mulwala Water Ski Club

3月29日(日)

|

156 Melbourne St, Mulwala NSW 2647, Australia

Join RIFF for an unforgettable afternoon of music this Sunday, 29th of March, from 4 PM to 8 PM at the Mulwala Water Ski Club. Expect a mix of high-energy originals, soulful tunes, and crowd favourites that will keep the vibes flowing all afternoon.

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

日時・場所

2026年3月29日 16:00 – 20:00

156 Melbourne St, Mulwala NSW 2647, Australia

参加者

イベントについて

🎶 Live Music at Mulwala Water Ski Club! 🎶


Join RIFF for an unforgettable afternoon of music this Sunday, 29th of March, from 4 PM to 8 PM at the Mulwala Water Ski Club. Expect a mix of high-energy originals, soulful tunes, and crowd favourites that will keep the vibes flowing all afternoon.


Bring your friends, enjoy the lakeside atmosphere, and don’t forget to check out some exclusive RIFF merchandise while you’re there!


A perfect way to spend your Sunday—music, good vibes, and a great crowd. See you there!

このイベントをシェア

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