mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 10:19:14 +02:00
added type to ical Description
This commit is contained in:
@@ -62,6 +62,9 @@ func generateDescription(event *model.Event) string {
|
|||||||
if !functions.OnlyWhitespace(event.Course) {
|
if !functions.OnlyWhitespace(event.Course) {
|
||||||
description += "Gruppe: " + event.Course + "\n"
|
description += "Gruppe: " + event.Course + "\n"
|
||||||
}
|
}
|
||||||
|
if !functions.OnlyWhitespace(event.EventType) {
|
||||||
|
description += "Typ: " + event.EventType + "\n"
|
||||||
|
}
|
||||||
|
|
||||||
return description
|
return description
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user