top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Grand Hotel, Healesville - NEW YEARS DAY

gio 01 gen

|

270 Maroondah Hwy, Healesville VIC 3777, Australia

New Year’s Day Live Music at The Grand Hotel in Healesville!

Registration is closed
See other events
Grand Hotel, Healesville - NEW YEARS DAY
Grand Hotel, Healesville - NEW YEARS DAY

Orario & Sede

01 gen 2026, 15:00 – 18:00

270 Maroondah Hwy, Healesville VIC 3777, Australia

Info sull'evento

🎶 New Year’s Day Live Music at The Grand Hotel – Healesville 🎶


Kick off 2026 the right way with a laid-back afternoon of live music at the iconic Grand Hotel, Healesville.

Join RIFF for a special New Year’s Day session filled with crowd favourites, heartfelt originals, and feel-good acoustic vibes — the perfect soundtrack to ease into the new year.


📍 The Grand Hotel, Healesville VIC

📅 Thursday, 1st January 2026

3:00pm – 6:00pm


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