I'm working on an events plugin that takes event frontmatter and processes it for template use. The functionality reminds me a lot of taxonomy functionality but I'm not sure If I should be extending taxonomy in a plugin or going the route of an events management piece in a plugin.
I've started work on it here but I'm running into a problem.
https://github.com/kalebheitzman/grav-plugin-events
I'd like to use event.findEvents({}) in the template system but I'm not sure how to expose that. Any help would be appreciated (or just a little guidance in the right direction.)