1
0

Fixed ical-go package include

This commit is contained in:
kolaente
2019-05-24 19:45:33 +02:00
parent a7bbaf7c5f
commit 24f06b2da5
15 changed files with 126 additions and 56 deletions

View File

@ -20,7 +20,7 @@ import (
"code.vikunja.io/api/pkg/caldav"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/models"
"github.com/laurent22/ical-go/ical"
"github.com/laurent22/ical-go"
"strconv"
"time"
)