top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Barooga Hotel

रवि, 07 दिस॰

|

2-6 Vermont St, Barooga NSW 3644, Australia

Join me at Barooga Hotel on Sunday, 7th of December, for a chilled afternoon of live music!

Registration is closed
See other events
Barooga Hotel
Barooga Hotel

समय और स्थान

07 दिस॰ 2025, 12:30 pm – 4:30 pm

2-6 Vermont St, Barooga NSW 3644, Australia

इवेंट के बारे में

Join me at Barooga Hotel on Sunday, 7th of December, for a chilled afternoon of live music 🎶! I'll be playing from 12:30 PM to 4:30 PM, bringing you a mix of original tracks and covers that are perfect for a laid-back Sunday vibe 🎸🎤.


Come relax, enjoy some great food 🍔🍻, and let’s make it a memorable day of music and fun! Whether you're a long-time fan or new to the tunes, it's going to be a great time! 🎉


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