vikunja/pkg/caldavtests
kolaente 7e7d168e45 test(caldav): add VTODO field round-trip tests (RFC 5545 §3.6.2)
Adds comprehensive round-trip tests for VTODO properties:
- Core fields: SUMMARY, DESCRIPTION, DUE, DTSTART, PRIORITY, COMPLETED, STATUS, CATEGORIES
- VALARM: absolute, relative-to-start, relative-to-end triggers
- COLOR via X-APPLE-CALENDAR-COLOR
- RRULE: DAILY, WEEKLY, MONTHLY frequencies
- Priority mapping: all 9 CalDAV levels including lossy mappings
- DURATION and DTSTART+DUE interaction
2026-04-02 11:34:55 +00:00
..
auth_test.go test(caldav): add authentication and permission tests 2026-04-02 11:34:55 +00:00
bugs_test.go test(caldav): add client compatibility and bug reproduction tests 2026-04-02 11:34:55 +00:00
client_compat_test.go test(caldav): add client compatibility and bug reproduction tests 2026-04-02 11:34:55 +00:00
crud_test.go test(caldav): add CRUD operation tests (RFC 4791 §5.3.2) 2026-04-02 11:34:55 +00:00
discovery_test.go test(caldav): add discovery flow tests (RFC 6764, RFC 5397, RFC 4791) 2026-04-02 11:34:55 +00:00
integrations.go test(caldav): add caldavtests package with infrastructure, helpers, and mage target 2026-04-02 11:34:55 +00:00
main_test.go test(caldav): add caldavtests package with infrastructure, helpers, and mage target 2026-04-02 11:34:55 +00:00
propfind_bodies.go test(caldav): add caldavtests package with infrastructure, helpers, and mage target 2026-04-02 11:34:55 +00:00
propfind_test.go test(caldav): add PROPFIND tests (RFC 4918 §9.1) 2026-04-02 11:34:55 +00:00
relations_test.go test(caldav): add relation and subtask tests (RFC 5545 §3.8.4.5) 2026-04-02 11:34:55 +00:00
report_test.go test(caldav): add REPORT query tests (RFC 4791 §7.8, §7.9) 2026-04-02 11:34:55 +00:00
smoke_test.go test(caldav): add caldavtests package with infrastructure, helpers, and mage target 2026-04-02 11:34:55 +00:00
sync_test.go test(caldav): add sync semantics tests (ETag, CTag, conditional requests) 2026-04-02 11:34:55 +00:00
vtodo_builder.go test(caldav): add caldavtests package with infrastructure, helpers, and mage target 2026-04-02 11:34:55 +00:00
vtodo_roundtrip_test.go test(caldav): add VTODO field round-trip tests (RFC 5545 §3.6.2) 2026-04-02 11:34:55 +00:00
xml_helpers.go test(caldav): add caldavtests package with infrastructure, helpers, and mage target 2026-04-02 11:34:55 +00:00