mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Add uid to .ics feed (#2889)
This commit is contained in:
parent
3ec29883f5
commit
ac81ec8a47
|
|
@ -34,6 +34,7 @@ function eventInfoAsICalEvent(event: CalendarEvent): ics.EventAttributes {
|
|||
const eventLink = `${SENDOU_INK_BASE_URL}${event.url}`;
|
||||
|
||||
return {
|
||||
uid: `event-${event.id}@sendou.ink`,
|
||||
title: event.name,
|
||||
start: [
|
||||
startDate.getUTCFullYear(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user