top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Narooma Oyster Festival

Sat, 03 May

|

Quota Park, Riverside Dr, Narooma NSW 2546, Australia

Catch RIFF performing at the Narooma Oyster Festival. Experience the best of Narooma's oyster culture with live music, cooking demonstrations, and tasting sessions.

Registration is closed
See other events
Narooma Oyster Festival
Narooma Oyster Festival

Time & Location

03 May 2025, 1:30 pm – 2:30 pm

Quota Park, Riverside Dr, Narooma NSW 2546, Australia

About the event

Catch RIFF at the Narooma Oyster Festival, a celebration of the finest oysters and seafood from the region. Enjoy live music, cooking demonstrations, and tasting sessions. Meet local producers and indulge in fresh oysters while enjoying the beautiful riverside setting. This is an event you won't want to miss!


RIFF will be performing on...

  • Saturday, 3rd of May from 1:30pm to 2:30pm


Get your tickets here:

https://www.naroomaoysterfestival.com/tickets/?utm_source=%2Fprogram-2025&utm_medium=Home+Page+Button&utm_id=NOF25

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