Hi
Does any one know how to make a categorized calendar?
I use the calendar component and would like to make two categories, “Private Schedule” and “Team’s Schedule.” Is it possible to change the color of the components of “Private schedule” in order for users to tell one from the other? Also, I would like to know if I can make the components of “Private schedule” visible only to the logged in user.
I havent tried this, but I could imagine that there is a work-around using “invisible input fields” to filter the Calendar items (TLDR I was too lazy to populate a collection).
But here is the example in theory:
The calendar item collection needs a category property.
Then you set up a small input field with white text somewhere and name the field “Calendar Filter”
Now set the calendar to a custom filter like this:
4. Each time you wanna filter your calendar category, you set that input field wither with an action or manually with a button (if you wanna have the user filter manually)