mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
test items having tzinfo only on dtstart or dtend set for whatever reason
This commit is contained in:
parent
e1b19f1a22
commit
2a808fd373
2 changed files with 28 additions and 0 deletions
14
radicale/tests/static/event_issue1847_1.ics
Normal file
14
radicale/tests/static/event_issue1847_1.ics
Normal file
|
@ -0,0 +1,14 @@
|
|||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:-//algoo.fr//NONSGML Open Calendar v0.9//EN
|
||||
BEGIN:VEVENT
|
||||
CREATED:20250814T153429Z
|
||||
LAST-MODIFIED:20250814T153503Z
|
||||
DTSTAMP:20250814T153503Z
|
||||
UID:f91964cb-53ca-4942-8811-c38f076f4328
|
||||
SUMMARY:error
|
||||
DTSTART:20250814T180000
|
||||
DTEND;TZID=Europe/Brussels:20250814T190000
|
||||
TRANSP:OPAQUE
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
14
radicale/tests/static/event_issue1847_2.ics
Normal file
14
radicale/tests/static/event_issue1847_2.ics
Normal file
|
@ -0,0 +1,14 @@
|
|||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:-//algoo.fr//NONSGML Open Calendar v0.9//EN
|
||||
BEGIN:VEVENT
|
||||
CREATED:20250814T153429Z
|
||||
LAST-MODIFIED:20250814T153503Z
|
||||
DTSTAMP:20250814T153503Z
|
||||
UID:f91964cb-53ca-4942-8811-c38f076f4328
|
||||
SUMMARY:error
|
||||
DTSTART;TZID=Europe/Brussels:20250814T180000
|
||||
DTEND:20250814T190000
|
||||
TRANSP:OPAQUE
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
Loading…
Add table
Add a link
Reference in a new issue