mggillespie,
Thanks for getting in touch! Yes, Organizers are defined as custom post types in the plugin, but Author support is not added by default. To add this yourself, just paste the following code within the PHP tags in your theme’s functions.php file:
add_post_type_support( 'tribe_organizer', 'author' );
That should now allow you to define authors to your Organizer custom post type.
Hopefully that points you in the right direction, but let me know if you have further questions. Thanks! 🙂
-Casey-