mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 19:42:26 +01:00
add first ical implementation
This commit is contained in:
@@ -7,10 +7,10 @@ type SeminarGroup struct {
|
||||
Course string
|
||||
Faculty string
|
||||
FacultyId string
|
||||
Events []Events
|
||||
Events []Event
|
||||
}
|
||||
|
||||
type Events struct {
|
||||
type Event struct {
|
||||
Day string
|
||||
Week string
|
||||
Start string
|
||||
@@ -21,4 +21,5 @@ type Events struct {
|
||||
Rooms string
|
||||
Notes string
|
||||
BookedAt string
|
||||
Semester string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user