@ryancramerdesign
Thanks for this module - it's serving as a really useful example for me at the moment. However, as reported here by Valery, the output does seem to get double entity encoded when displayed in the containing PW page.
I can only guess that the containing page (or fieldset) is entity encoding the string from Event.php#96.
Whilst forcing output formatting on (line 95) does cause the event's fields to be entity encoded, the entire output including html markup in line 96 seems to be encoded later leading to it not displaying as desired and with double encoding of values from the fields. For example...

@ryancramerdesign
Thanks for this module - it's serving as a really useful example for me at the moment. However, as reported here by Valery, the output does seem to get double entity encoded when displayed in the containing PW page.
I can only guess that the containing page (or fieldset) is entity encoding the string from Event.php#96.
Whilst forcing output formatting on (line 95) does cause the event's fields to be entity encoded, the entire output including html markup in line 96 seems to be encoded later leading to it not displaying as desired and with double encoding of values from the fields. For example...