This topic is locked

Use 2 separate instances of Calendar V4 in one project

6/3/2025 10:22:57 AM
Calendar Template general questions
M
mhollibush2 author

I am looking to run 2 versions of Calendar v4 in the same project.
Can this be easlity done or would it require major changes in order to run the 2 instances?

Sergey Kornilov admin 6/3/2025

I guess the important question here is what kind of problem you are trying to solve by adding Calendar twice to the same project?

M
mhollibush2 author 6/3/2025

My question is as follows:
I want to create a custom view with specific categories from the categories table.

When I add the custom view, it still shows all catergories.

End Result need:
primary calendar to show only categories 1 thru 10
calendar.categories < '11'
(calcalendar.Category < '11')

custom view to only show categories 11+
(calcalendar.Category > '10')

When I run the query the results are correct, but on the actual page still shows all categories