top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Braidwood Royal Mail Hotel

Thu, 29 May

|

145/147 Wallace St, Braidwood NSW 2622, Australia

Join me for a fantastic night of live music at the Braidwood Royal Mail Hotel on Thursday, 29th of May, from 7:30 PM to 10:30 PM! ๐ŸŽถ

Registration is closed
See other events
Braidwood Royal Mail Hotel
Braidwood Royal Mail Hotel

Time & Location

29 May 2025, 7:30 pm โ€“ 10:30 pm

145/147 Wallace St, Braidwood NSW 2622, Australia

About the event

Join me for a fantastic night of live music at the Braidwood Royal Mail Hotel on Thursday, 29th of May, from 7:30 PM to 10:30 PM! ๐ŸŽถ๐ŸŽธ


I'll be performing a mix of original songs and your favourite tunes, bringing a great vibe to kick off your Thursday evening. Whether you want to relax with some good music or hit the dance floor, itโ€™s the perfect way to spend your night! ๐Ÿ•บ๐Ÿ’ƒ


Gather your friends and make it a night to remember! See you there! ๐ŸŽค๐ŸŒŸ

Share this event

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