Events

Cultural events in Malton & creative projects across Ryedale

You Will Be C.I.C. delivers community-rooted cultural events in Malton and develops long-term creative projects across Ryedale and North Yorkshire.

Some of our work takes the form of seasonal festivals, exhibitions and workshops. Other projects build infrastructure that supports rural artists, strengthens high streets and creates family friendly events in North Yorkshire year after year.

Everything we do is shaped by local consultation, delivered with transparency, and reinvests profits back into Malton and Ryedale.

Featured event...

View all events
Ryedale Gateway Festival
July 18, 2026

Ryedale Gateway Festival

Various locations, Malton & Norton,
Ryedale Gateway Festival is a free, day-long celebration of arts, culture and community taking place at venues across Malton and Norton on Saturday 18 July 2026. From 10am to 6pm, the festival fills local spaces with creative activity for visitors of all ages.
This event is free! Come along to join the fun!

Community Events

What's happening in Malton & Ryedale

Across the year, we deliver a growing programme of Malton events, Ryedale events and wider North Yorkshire arts initiatives designed to make culture visible and accessible.

A free public art trail running across Malton from May to October, with sculpture installations also sited in Dalby Forest year-round.

This outdoor art trail in Yorkshire transforms familiar streets into an open-air gallery. It increases footfall, encourages exploration of independent businesses, and gives artists the chance to exhibit at scale — in town and forest environments.It’s accessible, family-friendly and dog-friendly, and completely free to experience.
Unearthed
July 18, 2026

Festival

Ryedale Gateway Festival

Various locations, Malton & Norton,
Ryedale Gateway Festival is a free, day-long celebration of arts, culture and community taking place at venues across Malton and Norton on Saturday 18 July 2026. From 10am to 6pm, the festival fills local spaces with creative activity for visitors of all ages.
Unearthed
September 19, 2026

Exhibition

Ryedale Open Studios

Ryedale, North Yorkshire
Ryedale Open Studios is a district-wide celebration of visual art, inviting visitors to explore working studios and meet artists across North Yorkshire. Over four days in September - 19, 20, 26 and 27 - painters, printmakers, ceramicists, jewellers and mixed-media artists open their doors, offering a rare behind-the-scenes glimpse into their creative practice.
Unearthed
November 21, 2026

Festival

St Clement's Festival

Malton, North Yorkshire
St Clement’s Festival is a vibrant community celebration bringing live performance, arts activity and family-friendly events to Malton. The festival creates welcoming spaces where residents can gather, connect and celebrate together.
Unearthed
January 1, 2099

Festival

Unearthed Festival

Malton and Ryedale
Unearthed Festival is a community-rooted celebration of local creativity in Malton. The event brings together artists, makers and residents to showcase work inspired by place, heritage and shared stories.

Stay connected with a creative Malton

Receive updates about upcoming workshops, events, and local artistic opportunities
Local Events
Artist Updates
Room Hire
<script> document.addEventListener('DOMContentLoaded', function() { var monthShort = \['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'\]; var today = new Date(); today.setHours(0,0,0,0); // ── HERO AUTO-ADVANCE ────────────────────────────────────────── // Hides the hero if the featured event is in the past (or TBC) var heroSection = document.querySelector('.hero-event'); if (heroSection) { var heroDateEl = heroSection.querySelector('\[data-date\]'); if (heroDateEl) { var heroDate = new Date(heroDateEl.getAttribute('data-date')); if (isNaN(heroDate) || heroDate < today || heroDate.getFullYear() === 2099) { heroSection.style.display = 'none'; } } } // ── DATE FORMATTING ──────────────────────────────────────────── // Outputs "18 Jun 2026" or "Date TBC" for 2099 placeholder dates document.querySelectorAll('\[data-date\]').forEach(function(el) { var d = new Date(el.getAttribute('data-date')); if (isNaN(d)) return; el.textContent = d.getFullYear() === 2099 ? 'Date TBC' : d.getDate() + ' ' + monthShort\[d.getMonth()\] + ' ' + d.getFullYear(); }); // ── TAG COLOUR CODING ────────────────────────────────────────── var tagColours = { 'music': '#7b68ee', 'festival': '#fb8b3b', 'exhibition': '#00a99d', 'theatre': '#e84393', 'arts & crafts': '#f5c842' }; document.querySelectorAll('.event-tag').forEach(function(tag) { var key = tag.textContent.trim().toLowerCase(); if (tagColours\[key\]) { tag.style.backgroundColor = tagColours\[key\]; tag.style.color = '#fff'; } }); }); </script>