top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Tallangatta Hotel

8月22日(金)

|

77 Towong St, Tallangatta VIC 3700, Australia

Get ready for a night of powerful vocals, heartfelt originals, and crowd-favourite covers as RIFF returns to the stage at the Tallangatta Hotel!

Registration is closed
See other events
Tallangatta Hotel
Tallangatta Hotel

日時・場所

2025年8月22日 19:30 – 23:30

77 Towong St, Tallangatta VIC 3700, Australia

イベントについて

🎶 RIFF Live at the Tallangatta Hotel 🎶


📍 Tallangatta Hotel, Tallangatta VIC

🗓️ Friday, 22nd August 2025

🕢 7:30 PM – 11:30 PM


Get ready for a night of powerful vocals, heartfelt originals, and crowd-favourite covers as RIFF returns to the stage at the Tallangatta Hotel! With a dynamic setlist that spans decades and genres, this is more than just live music—it’s an experience.


Whether you're after a relaxing evening with mates or you’re ready to hit the dancefloor, RIFF brings the energy, soul, and storytelling that always leaves an impression.


このイベントをシェア

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