Set as so
<div itemscope itemtype="https://schema.org/Event">
<div itemprop="name"><strong>#_EVENTNAME</strong></div>
<div><meta itemprop="startDate" content="#_EVENTDATES #_EVENTTIMES">#_EVENTDATES #_EVENTTIMES</div>
</div>
<div itemprop="location" itemscope itemtype="https://schema.org/PostalAddress">
<div itemprop="streetAddress">#_LOCATION</div>
<div><span itemprop="addressLocality">#_LOCATIONTOWN</span>, <span itemprop="addressRegion">#_LOCATIONSTATE</span></div></div>
#_EVENTNOTES
For some reason though it is fine on single events, but on my page with Default event list, using [events_list_grouped ]
it just will not save the information not sure how i get round this?