Ok so I just did this…
1. I set up a new post category for Event.
2. Grabbed the category id.
3. Then edited the ec_management.class.php file. Changed line 60 from:
'post_category' => $wpdb->escape($this->blog_post_author)
to
'post_category' => array(9)
Where 9 is the category id. I didn’t get fancy with this… just hard coded the Event category id here.
Good luck all!