you can use events_list_grouped shortcode for this – http://wp-events-plugin.com/documentation/shortcodes/
Thank you, there’s some progress, but for some reason, when I use the following code in the settings for single category bapge, I get the list printed 10 times.
[events_list_grouped mode="daily" pagination=1 ]#_CATEGORYNEXTEVENTS[/events_list_grouped]
Can you share the entire code you’re using for Single category page format under Events > Settings > Formatting > Event Categories?
here you go
<div id="theevents"><div id="eventsinner"><div class="css-events-list">[events_list_grouped mode="daily" pagination=1]#_CATEGORYNEXTEVENTS[/events_list_grouped]</div></div></div>
am afraid that it will not worked perfectly there however you can use placeholder #_CATEGORYNEXTEVENTS and then overwrite it using this custom snippet – http://pastebin.com/YHUAngC0
As for where to paste this : http://wp-events-plugin.com/tutorials/how-to-safely-add-php-code-to-wordpress/
if you can code then you can make it looks (the snippet) like this snippet – http://pastebin.com/f6DVrzZS