Questions about possible LiveWhale Calendar customizations

Based on these requirements, I would like to explore few possible options on LiveWhale platform and how we could achieve this through some;
• Configuration or
• Minor customisations

SINGLE instance with TWO Livewhale EVENT PAGES and RESTRICT events per CALENDAR on EVENT PAGE and also have separate SEARCH EVENT CONFIGURATION (Tag, Calendar, Filter by Options)

Requirement 1: Deploy SINGLE instance with TWO Livewhale EVENT PAGES
Requirement 2: Ability to RESTRICT events per CALENDAR on EVENT PAGE.
Requirement 3: Deploy SINGLE instance with TWO Livewhale EVENT PAGES and each page to have separate SEARCH EVENT CONFIGURATION (Tag, Calendar, Filter by Options)

Hi Suren,

You can definitely use LWC configurations to restrict events from showing up on certain calendar pages using the “How many events, and which ones?” instructions from this documentation.

And sure, most LWC installations have 1 calendar template and search setup, but you could definitely have two if your use case required, and have each use a separate set of front-end settings and front-end theming (search tools, etc.) This could be done by having two template files, or pulling from two separate LWC Themes (See “Other Themes”)

The only thing that might get tricky to consider is: let’s say you create a tag in LWC called “Private” and set exclude_tag=Private on your theming. Those events are still published, public, and accessible from things like the RSS, iCAL, and JSON APIs. For many applications this is sufficient, but if you have security/privacy concerns and need certain events to really be un-findable except in specific circumstances, that’s likely the thing that could cause you to need additional customizations, beyond the above config/theming advice. Hope this helps!

Karl