mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-02 17:59: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) {
|
||||
description += "Gruppe: " + event.Course + "\n"
|
||||
}
|
||||
if !functions.OnlyWhitespace(event.EventType) {
|
||||
description += "Typ: " + event.EventType + "\n"
|
||||
}
|
||||
|
||||
return description
|
||||
}
|
||||
|
Reference in New Issue
Block a user