mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 23:14:22 -06:00
Fix ICS version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user