Events
https://zen-center-regensburg.com/contact/For information and registration on the events please use the following links:
- Retreats
- Zen Days
- Introduction to Zen
- Dharma Talks (No registration necessary)
- Meditative Painting Please use the contact form
- Laughing Yoga Please use the contact form
- Lucid Dreaming Please use the contact form

Stay connected!
Sign up here to get the latest updates.
News about upcoming videos, online retreats, etc.
MORE EVENTS
Introduction to Zen
We offer regular introduction to the Zen Practice at Zen Center Regensburg e.V. This introduction class is recommended for all beginners to the practice. You can find our upcoming classes here:
Please register here:
<!--
// This is used to only allow available dates in the datePicker
(function() {
const originalFetch = window.fetch;
const dates =new Set();
document.getElementById("form-field-date").addEventListener("input", function () {
if (this.value && !dates.has(this.value)) {
this.setCustomValidity("Please check the calendar for available dates.");
this.reportValidity();
}else{
this.setCustomValidity("");
}
});
window.fetch = async (...args) => {
const response = await originalFetch(...args);
// Clone the response because a response can only be read once
const clonedResponse = response.clone();
clonedResponse.text().then(text => {
const parsed=JSON.parse(text);
if(parsed.summary==="Introduction to Zen"){
parsed.items.forEach(item => dates.add(item.start.dateTime.split("T")[0]));
document.getElementById("form-field-date").dispatchEvent(new Event("input", { bubbles: true }));
}
});
return response;
};
})();-->
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.