Fix ICS version

This commit is contained in:
2024-01-28 05:58:55 -06:00
parent c38d7715f5
commit 3a54387881
2 changed files with 5 additions and 3 deletions

View File

@@ -334,7 +334,7 @@ func NewCalendar() *ics.Calendar {
Components: []ics.Component{},
CalendarProperties: []ics.CalendarProperty{},
}
c.SetVersion(Version)
c.SetVersion("2.0")
c.SetProductId("-//xevion//Banner Discord Bot//EN")
return c
}