Proxy that changes calendar events in a pre-defined way
- Use HTMX so that you can issue a PATCH
- Validate calendar before inserting :)
- Only open db once, store handle somewhere
- Write tests
- Set trusted proxies https://pkg.go.dev/github.com/gin-gonic/gin#Engine.SetHTMLTemplate
- Return html pages when input is malformed
- Return webcal link and ics file in an html page
- Write tests
- Write tests