Support absolute iCal timestamps in CalDAV requests (#691)
no need to export from there I think parse absolute ical timestamps Co-authored-by: konrad <konrad@kola-entertainments.de> Co-authored-by: Martin Giger <martin@humanoids.be> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/691 Co-Authored-By: freaktechnik <martin@humanoids.be> Co-Committed-By: freaktechnik <martin@humanoids.be>
This commit is contained in:
parent
004e432e7c
commit
214f2f008e
2 changed files with 10 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ import (
|
|||
"code.vikunja.io/api/pkg/utils"
|
||||
)
|
||||
|
||||
// DateFormat ist the caldav date format
|
||||
// DateFormat is the caldav date format
|
||||
const DateFormat = `20060102T150405`
|
||||
|
||||
// Event holds a single caldav event
|
||||
|
|
|
|||
Reference in a new issue