Add category attribute to custom recent post shortcode

Add the category parameter:

shortcode_atts( array(
    'limit' => 7,
    'type'  => 'g1_event',
    'category' => '',
), $atts);

In your WP_Query add:

'category_name' = $category

For your shortcode use:

[recent-events category="slugName"]