mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 20:12:26 +01:00
refactoring and update
This commit is contained in:
@@ -102,6 +102,7 @@ func (e Events) EmitICal() goics.Componenter {
|
||||
}
|
||||
|
||||
// GetPlanForCourseAndSemester gets all events for specific course and semester
|
||||
// TODO add filter for year
|
||||
func GetPlanForCourseAndSemester(app *pocketbase.PocketBase, course string, semester string) Events {
|
||||
var events Events
|
||||
// get all events from event records in the events collection
|
||||
|
||||
Reference in New Issue
Block a user