Better caldav support #73

Merged
konrad merged 82 commits from feature/better-caldav-support into master 2019-05-22 17:48:49 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 541d514e9a - Show all commits

View File

@ -17,14 +17,15 @@
package caldav
import (
"code.vikunja.io/api/pkg/models"
"fmt"
"github.com/samedi/caldav-go/data"
"time"
)
type VikunjaCaldavStorage struct {
listID int64
taskID int64
// using a task here that is capable of holding the task id as well as the list id
task *models.ListTask
}
// Just create two types, one for tasks and one for lists.