I know this guy's work and it's pretty good. I got this from his other library that deals with CalDAV, CardDAV and WebDAV: https://github.com/emersion/go-webdav
I was (still am) planning on writing a CalDAV / CardDAV server using his libraries so I can do something interesting with an alternative Mail + Calendar solution.
I know this guy's work and it's pretty good. I got this from his other library that deals with CalDAV, CardDAV and WebDAV: https://github.com/emersion/go-webdav
I was (still am) planning on writing a CalDAV / CardDAV server using his libraries so I can do something interesting with an alternative Mail + Calendar solution.
DATE
only, but in fact a complete timestamp including time and timezone was written instead (DTSTART;VALUE=DATE:20230106T000000Z
rather than DTSTART;VALUE=DATE:20230106
). This parser didn't like that. To my defense, the validator did not report anything and approved of my ical file, though.