City-of-Bloomington / drupal-module-onboard

Drupal module for integration with OnBoard
GNU General Public License v2.0
0 stars 1 forks source link

Meeting events should link to the meetings route #12

Open inghamn opened 6 years ago

inghamn commented 6 years ago

When we render events for a board, we should link each event to the meetings display for that year.

Meeting events are rendered by two different systems, though. Sometimes they are rendered by this OnBoard module - in which case, we already know the URL and can just render the link without any extra information. Meeting events are also aggregated into other Calendars and displayed using the generic Google Calendar module.

Our drupal calendar module will link the event to the first URL it finds in the even description. We should tell users to put the URL for that year's board meetings into the description for every meeting event.