The Events app provides the ability to display a monthly calendar view, as well as categorize events into a taxonomy system. Combining these two features, a web link can be created to display a calendar of events that only match one specific taxonomy term. This article outlines the process for doing so.
- Create the taxonomy term for the events that should be displaye in the calendar (if this does not exist already).
- Go to App Launcher > Taxonomy > Terms Manager.
- Click the New button to create a new taxonomy term.
- Note the Id of the taxonomy term for future use.
- Associate all events that should be displayed on the calendar to the new taxonomy term.
- For each event, go to Edit tab > Terms section, and check the checkboxes for the terms that should be associated with the event.
- Click the Save button.
- Create a link to the calendar in the following format: https://subdomain.example.org/calendar?term=<<Id>>, replacing "Id" with the taxonomy term's Id noted earlier.
For an overview of Taxonomy and how it can be used, review the following article Overview of Taxonomy.