Content
Updated by Oliver Günther about 19 hours ago
Right now, the way we create UIDs for meetings and series is not really globally unique. We should use a truly unique identifier and refer to the emitting host name as per the RFC (https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.4.7)
<br>
* [ ] Backfill current UIDs for series and one-time meetings
* [ ] Use a UUID and the host name to create a globally stable UID
* [ ] Store this UUID in case of future changes with an index for lookup on incoming mails
<br>
*