I’ve been searching the forum and there’ve been similar questions but I need to make sure that you can separate community events from “staff” events (displaying them on different pages / community not showing up on http://www.mydomain.com/events) before purchasing the communify add-on. What I would like to do is run the community events either below “staff” events or in a sidebar. Thank you for you help.
It’s definitely a possibility – you could automatically assign events to a special “Community” category (or tag) and in fact without any further intervention you will find they are already marked as community submitted events thanks to a piece of meta data called _EventOrigin.
If you are familiar with WP_Query you could certainly query for these events using our tribe_get_events() function (which pretty much accepts the same arguments as WP_Query plus some extra ones).