Hello,
I am trying to display a calendar of events that are only related to a specific group (BP).
I looked at the docs, and it seems to indicate that I can use:
group
Limit search to events belonging to a specific group id (BuddyPress only). Using 'my' will show events belonging to groups the logged in user is a member of.
So I have a shortcode like this:
[events_calendar full="1" long_events="1" group="17"]
but I'm still getting a calendar that includes all events... I tried group_id="17" instead, and that didn't work either.
Just for fun, I tried to limit to a specific post id using the shortcode:
[events_calendar full="1" long_events="1" post_id="895"]
And I'm _still_ getting a full list of events!
What am I doing wrong? Do I need to use a direct call to the function instead of the shortcode to do what I need, or am I using the shortcode atts incorrectly?
Thanks!