Actually, I found a solution to my problem. If you go into your functions.php file and add the code add_filter('widget_text', 'do_shortcode');
it allows you to put a shortcode into your text widget. Then you can use the text widget and use the [eom-listings]
shortcode and the events will show up. Example can be seen here.