Thanks Brian,
So I have a solution using ACF that works though isn’t as streamlined as I would like.
<a href="/?add-to-cart=<?php the_field('woo_post_id');?>">
It’s nothing ground breaking but requires the user to enter the WooCommerece product ID into a field on the edit events page and then we have a click to add product to cart button in the menu.
In an effort to make this more dynamic & streamlined, is there any way to access the Woo product ID from within the events loop?