top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Ellen Frances Hotel, Violet Town

dim. 16 août

|

16 Cowslip St, Violet Town VIC 3669, Australia

Spend your Sunday evening enjoying live music with RIFF at the Ellen Frances Hotel in Violet Town!

Ellen Frances Hotel, Violet Town
Ellen Frances Hotel, Violet Town

Heure et lieu

16 août 2026, 18:00 – 21:00

16 Cowslip St, Violet Town VIC 3669, Australia

À propos de l'événement

🎶 Live Music with RIFF – Ellen Frances Hotel, Violet Town 🎶


Spend your Sunday evening enjoying live music with RIFF at the Ellen Frances Hotel in Violet Town!


From timeless classics and crowd favourites to modern hits and original songs, RIFF delivers an energetic, engaging performance that has audiences singing along from the first song to the last. Whether you're catching up with friends, enjoying a family meal, or simply looking for a great way to end the weekend, this is the perfect Sunday session.


📅 Sunday, 16th August

🕕 6:00 PM – 9:00 PM

📍 Ellen Frances Hotel, Violet Town


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