Here’s what I did, but there may be a better way (would be nice to just have a checkbox to include images). In Settings -> Formatting, I made the following changes:
Default event list format header:
I replaced:
<th class=”event-description” scope=”col”>Event</th>
with:
<th class=”event-time” scope=”col”>Event</th>
<th class=”event-description” scope=”col”></th>
Default event list format:
I added:
<td>
#_EVENTIMAGE{100,100}
</td>
after:
#_EVENTTIMES
</td>