top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Braidwood Royal Mail Hotel

jeu. 16 juil.

|

145/147 Wallace St, Braidwood NSW 2622, Australia

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

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

Heure et lieu

16 juil. 2026, 19:30 – 22:30

145/147 Wallace St, Braidwood NSW 2622, Australia

À propos de l'événement

🎸 LIVE MUSIC WITH RIFF 🎸


Join RIFF for a night of live music at the Royal Mail Hotel, Braidwood on Thursday, 16th of July 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, 16th July


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