Gural
December 18, 2024 at 6:48 am
Hello
We use event categories for different purposes.
To display a calendar with filter options for the end user, it would be handy to be able to choose which categories should be able in that filter. The current setting seems either no or ( yes >> display all cat)±
—————————-
This message is a followup topic:
https://eventespresso.com/topic/filter-category-filter-calendar-addon/?view=all#post-355868
You can enable it by going to your EE dashboard -> Calendar -> Basic Setting then click the filter.
https://monosnap.com/file/WuSrl8bl4a54zxtByC1kMoJDwCZNRS
thanks
Tony
December 18, 2024 at 11:19 am
Add New Note to this Reply
Hi there,
We dont have an option to do that within EE but there is a filter on the terms shown on the calendar:
// Filter the terms
$ee_terms = apply_filters(
'FHEE__EE_Calendar___get_filter_html__ee_terms',
$ee_terms,
$ee_calendar_js_options
);
So you can filter the values you want to show on the calendar there if that helps.
Or this is likely something we can put together using a support token for you if needed.