forked from vikunja/vikunja
1
0
Fork 0
api/pkg/caldav
cernst 1cffef6908 fix(caldav): Incoming tasks do not get correct time zone (#1455)
Dates from tasks.org may be formatted like DUE;TZID=Europe/Berlin:20230402T150000
After this fix the parameter TZID is no longer ignored and the Vikunja task gets a DueDate of 13:00 UTC, which corresponds to 15:00 in Europe/Berlin. Before this fix, the time was parsed to 15:00 UTC.

Resolves vikunja/api#1453

Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: vikunja/api#1455
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-04-02 12:31:31 +00:00
..
caldav.go feat(caldav): Sync Reminders / VALARM (#1415) 2023-04-01 11:09:11 +00:00
caldav_test.go feat(caldav): Sync Reminders / VALARM (#1415) 2023-04-01 11:09:11 +00:00
parsing.go fix(caldav): Incoming tasks do not get correct time zone (#1455) 2023-04-02 12:31:31 +00:00
parsing_test.go fix(caldav): Incoming tasks do not get correct time zone (#1455) 2023-04-02 12:31:31 +00:00
priority.go Fix mapping task priorities from Vikunja to calDAV 2021-07-11 15:03:50 +02:00
priority_test.go Fix mapping task priorities from Vikunja to calDAV 2021-07-11 15:03:50 +02:00