Use new ical library

This commit is contained in:
Simon Ser
2020-02-24 17:52:25 +01:00
parent 7d2b6a3902
commit 07d4dfae5e
4 changed files with 7 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ package caldav
import (
"time"
"github.com/luxifer/ical"
"github.com/emersion/go-ical"
)
type Calendar struct {