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

@@ -4,7 +4,7 @@ import (
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase"
"github.com/pocketbase/pocketbase/models"
"htwk-planner/model"
"htwkalender/model"
)
func SaveFeed(feed model.Feed, collection *models.Collection, app *pocketbase.PocketBase) (*models.Record, error) {