Need To Add Custom Filters

I’ll contact you directly :slightly_smiling_face:

2 Likes

A post was split to a new topic: Event Calendar filter customization

A post was split to a new topic: Custom filters cusomization

Is it possible to do some similar magic for Google calendar event filter?

2 Likes

Hi there, @DKCF :wave:

Since Google Calendar doesn’t have a Tag feature for events, the custom code will just create an empty filter without any options.

Thus, unfortunately, this solution won’t work for events imported from Google Calendar.

1 Like

if your website has a different background color other than white you can add the code
select.style.backgroundColor = '#FFFFFF underneath this part of the code to change the background color of the selector

const select = document.createElement(‘select’);
select.id = “es-custom-filter”;
select.classList.add(‘eapp-events-calendar-controls-item’);
select.classList.add(‘eapp-events-calendar-filter’);
select.classList.add(‘eapp-events-calendar-filter-current’);
select.style.backgroundColor = '#FFFFFF (<-- your background color)

2 Likes

Welcome to the Community, @L.a_Vk :wave:

Many thanks for your note - that’s highly appreciated!

1 Like

Friends, this request is now marked as ‘Planned’, which means we’re currently exploring possible development options, so it’s on our radar :muscle:t2:

Please note that we can’t provide any specifics at this stage, as we’re still in the process of estimating potential solutions. However, let’s hope we’ll see it in the ‘In Progress’ status during Q2! :blush:

2 Likes

Great news, everyone! This request is in the Design stage now, meaning we’ve officially started working on it! :tada:

All the updates will be posted here :blush:

3 Likes

I have three websites, and while one is my personal website and needs every event on my calendar, the other two really only should have some of my events displayed. I wish there was a filter functionality, so I could display only the events with the word “CarmenCo” for example on my CarmenCo website, and only the ones containing “classical” on a third website…

I can do this with three different calendars but then I’d have to enter lots of events three times on three separate calendars with a large amount of crossover events. Plus the venn diagram of website 2 and 3 is totally contained within the first website… So a filter really would be ideal

Any chance this could be done soon please?

2 Likes

Hi there, @user3613 :waving_hand:

Thank you so much for sharing your use case with us!

Glad to say that we’re currently working on the feature, that will let you create custom filters for your calendar. I’ve moved your comment to the related thread, where we’ll keep you updated :slightly_smiling_face:

1 Like

Hi! We enjoy using the event types feature on the calendar but notice that there’s no way for a viewer to search or filter select tags. There’s a tag option which does show up on an event but it’s not searchable or distinguishable like the event types.

4 Likes

Hi there, @user2776 :waving_hand:

Thank you for the feedback!

Glad to say that we’re currently working on this feature! I’ve moved your comment to the related thread, where we’ll keep you in the loop :slightly_smiling_face:

1 Like