Fixed ical-go package include
This commit is contained in:
parent
a7bbaf7c5f
commit
24f06b2da5
15 changed files with 126 additions and 56 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue