mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-06 19:59:13 +02:00
feat:#39 added module and prof fetch
This commit is contained in:
@@ -51,9 +51,9 @@ type Events struct {
|
||||
type Event struct {
|
||||
ID string `json:"id"`
|
||||
Faculty string `json:"fakultaet"`
|
||||
SeminarGroups []string `json:"seminargruppen"`
|
||||
SeminarGroups []string `json:"studierendengruppen"`
|
||||
Flags []string `json:"flags"`
|
||||
Modul string `json:"modul"`
|
||||
Module string `json:"modul"`
|
||||
EventType string `json:"veranstaltungstyp"`
|
||||
Professors []string `json:"dozierende"`
|
||||
Rooms []string `json:"raeume"`
|
||||
@@ -64,4 +64,5 @@ type Event struct {
|
||||
EndTime string `json:"endAt"`
|
||||
CalendarWeeks []int `json:"kalenderwochen"`
|
||||
Semester string `json:"semester"`
|
||||
BookedAt string `json:"internalUpdatedAt"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user