Hey Tabytha,
Apologies for the delayed reply here!
It’s pretty tricky to modify those drop downs, unfortunately. There is no way to do it with plugin filters, for example, meaning you have to edit core plugin code. 🙁
I say “unfortunately” in regards to this info because editing core plugins code means that you will lose the code changes any time you update the plugin! And you have to manually add the customizations back after each update.
So, I strongly recommend against trying to modify the drop downs.
With all that being said, however, this file is where you can find the function you are looking for:
the-events-calendar/src/Tribe/Linked_Posts.php
Around line 713 you will find the saved_linked_post_dropdown() function, where you can modify it if you would like to.
Cheers!
George