The plugin has already created a tab called Events; from there it shows a full calendar view (with proper group context).
They went the route of making the individual events WP content types (which I think is wise). I just can’t figure out how to style single posts with a proper BP group wapper.
I partially figured it out via $bp->groups->current_group = new BP_Groups_Group(‘id here’);
…I proceed to basically make a call to bp_get_template_part( ‘groups/single/home’ ), but its treating me (the logged in user) like a user without access to the group (even though I am a super admin). It wont show the nav, doesnt show a proper group title, etc.
I’m wondering if this isnt the best route to go in trying to wrap this content with a BP context?