Hi nathanbaldwin,
Apologies for the issue with your post being apparently deleted – it actually appears to have been a consequence of some possibly over-aggressive anti-spam measures, so again please accept out apologies on that front.
Our Events List widget doesn’t currently facilitate this, so you’ve really got two options here – one would be to customize it, taking care not to impact on its usage elsewhere (if for instance you also need it to operate in its regular mode) or else build a new widget.
The latter isn’t as drastic as it sounds, if you’re familiar with WP and PHP development in general, as you can re-use much of the existing code and only need to override those components that interfere with your goal.
Either really boils down to making a customization that we can’t unfortunately offer a great deal of help with – but do also (if you haven’t already done so) check out some of the following resources to get a sense of what might be involved here:
* Themer’s Guide
* Our technical docs and this entry on tribe_get_events() in particular
* Interacting with WP Query
* WordPress Widgets API
Hope that helps 🙂