Add uid to .ics feed (#2889)

This commit is contained in:
Kalle 2026-03-21 15:06:24 +02:00 committed by GitHub
parent 3ec29883f5
commit ac81ec8a47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ function eventInfoAsICalEvent(event: CalendarEvent): ics.EventAttributes {
const eventLink = `${SENDOU_INK_BASE_URL}${event.url}`; const eventLink = `${SENDOU_INK_BASE_URL}${event.url}`;
return { return {
uid: `event-${event.id}@sendou.ink`,
title: event.name, title: event.name,
start: [ start: [
startDate.getUTCFullYear(), startDate.getUTCFullYear(),