Create the /mazevo/:date/:building/:room route that can query the list of Mazevo events based on the building and room.
/mazevo/:date/:building/ fetches the list of events of a specific building on a given date
/mazevo/:date/:building/:room fetches the list of events of specific room of building on a given date
You can use events controllers as source of inspiration.
Create the
/mazevo/:date/:building/:roomroute that can query the list of Mazevo events based on the building and room./mazevo/:date/:building/fetches the list of events of a specific building on a given date/mazevo/:date/:building/:roomfetches the list of events of specific room of building on a given dateYou can use
eventscontrollers as source of inspiration.