Anthony Pizzurro
Anthony Pizzurro
From: https://github.com/HubSpot/cms-event-registration/issues/29#issuecomment-616697763 We may want to add views in addition to the current "card" style layout. cc @achong07
Add the ability for visitors to add events to their calendar 
Upon registering for events, attendees could receive a confirmation email with event details. Ideally, this could be one workflow/email that gets sent out, as opposed to having to set up...
Some event calendar apps allow you to export events as a `.ics` file. It would be interesting to have a way to import events in this format. For reference: https://icalendar.org/
How should we handle allowing users to set up recurring events?
**Types of change** - [ ] Bug fix (change which fixes an issue) - [x] Enhancement (change which improves upon an existing feature) - [ ] New feature (change which...
**Types of change** - [ ] Bug fix (change which fixes an issue) - [ ] Enhancement (change which improves upon an existing feature) - [ ] New feature (change...
We can use https://code.visualstudio.com/api/references/contribution-points#contributes.jsonValidation to help devs make sure their JSON files contain any needed properties / types. Another reference for this issue: https://ajv.js.org/guide/managing-schemas.html#re-using-validation-functions
While editing a `module.html` file, it would be good to surface snippets for the fields that are defined in `fields.json`