top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Braidwood Royal Mail Hotel

gio 19 nov

|

145/147 Wallace St, Braidwood NSW 2622, Australia

Join RIFF for a night of live music at the Royal Mail Hotel, Braidwood on Thursday, 19th of November from 7:30pm to 10:30pm!

Braidwood Royal Mail Hotel
Braidwood Royal Mail Hotel

Orario & Sede

19 nov 2026, 19:30 – 22:30

145/147 Wallace St, Braidwood NSW 2622, Australia

Info sull'evento

🎸 LIVE MUSIC WITH RIFF 🎸


Join RIFF for a night of live music at the Royal Mail Hotel, Braidwood on Thursday, 19th of November from 7:30pm to 10:30pm!


Returning to one of his favourite South Coast venues, RIFF will be bringing an energetic mix of classic hits, crowd favourites, acoustic rock, and original music to keep the good vibes flowing all evening.


Whether you're looking for a great meal, a few drinks with friends, or simply some quality live entertainment, the Royal Mail Hotel is the place to be.


πŸ“ Royal Mail Hotel, Braidwood NSW

πŸ“… Thursday, 19th November


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