Posted: February 23, 2021 at 10:33 am
Please let us know how can we add a meta custom field like “Language” for example, to each event, and then use it as a filter for the EE calendar. Thank you! SC |
|
Hi there, In terms of using altering the query params used to pull in the datetimes, we have a filter for that:
That filter is passed the query params used by out model system (See the docs HERE) and some additial values:
The calendar pulls datetimes using https://gist.github.com/Pebblo/e6fb95448cf2dd6965fbc9cc1215e5be Which will work for events with a custom meta key of ‘Language’ and value ‘English’, you’ll need a way to dynamically set that value on the page to use within the filter but I’m assuming you already have that. |
|
You must be logged in to reply to this support post. Sign In or Register for an Account