Hello,
Thanks for using our plugins. We do not have a feature to limit the front end form to a specific role.
You could follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
And wrap the coding in this file after moving it to your theme:
the-events-calendar-community-events\views\community\edit-event.php
With a check for a User Role using this WordPress Function:
http://codex.wordpress.org/Function_Reference/current_user_can
You could do that for these files as well:
event-list.php
edit-organizer.php
edit-venue.php
Let me know if you have any follow up questions.
Thanks