Thanks Marcus. With that help and a little testing, I found that to attach regular categories to your events, you would add this line:
register_taxonomy_for_object_type('category', EM_POST_TYPE_EVENT);
Around line 137 of events-manager/em-posts.php (v5.0.50). Basically, right after the call to:
register_post_type(EM_POST_TYPE_EVENT, array( ... ));