update paths and ical link url

This commit is contained in:
Elmar Kresse
2023-09-20 12:00:51 +02:00
parent efc0e187f8
commit e56a78bd75
23 changed files with 336 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ package events
import (
"github.com/labstack/echo/v5"
"github.com/pocketbase/pocketbase"
"htwk-planner/service/db"
"htwkalender/service/db"
)
func GetAllCourses(app *pocketbase.PocketBase, c echo.Context) error {

View File

@@ -3,7 +3,7 @@ package events
import (
"github.com/labstack/echo/v5"
"github.com/pocketbase/pocketbase"
"htwk-planner/service/db"
"htwkalender/service/db"
"unicode"
)