Scheduler - Filter in wordpress

Hi,

I am trying out your scheduler for wordpress and it works perfectly. It’s fantastic!

I have one question:
I have a added a field called “District” in the scheduler and I would like to have one wp-page per district and put a scheduler on each page with the events filtered so that it only shows the events where the district is the same as the page-name.
If i name a wp-page “South” the scheduler on that page will only show the events wich have the district South.

Can it be done?

There is no built in support for such functionality.
With some efforts, it possible to add some extra code snippets on each page, which will force event filtering in the scheduler. But you will need to add script blocks manually on each page.