I too would like to know how to display the full calendar for a specific category. Is this possible within the shortcode?
Try this with your category ID
[fullcalendar event-categories="4"]
To hide the filter dropdowns on top, if you habe any, this works for me:
[fullcalendar event-categories="4" taxonomies="x"]
The “x” can be replaced with anything which is not a real taxonomy.
-
This reply was modified 9 years, 2 months ago by
lynk. Reason: taxonomies parameter added