Using a form to pass GET parameters and create an array of posts accordingly

Figured it out, the issue was the beginning of the url,

/wp-admin/admin-post.php?action=insert_event_posts

instead of:

/wp-admin/edit.php?post_type=event&action=insert_event_posts

Thanks for the help!