mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add items for valarm test cases
This commit is contained in:
parent
198131bb9a
commit
63ea229865
2 changed files with 30 additions and 0 deletions
15
radicale/tests/static/valarm1.ics
Normal file
15
radicale/tests/static/valarm1.ics
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
BEGIN:VCALENDAR
|
||||||
|
VERSION:2.0
|
||||||
|
PRODID:-//python-caldav//caldav//en_DK
|
||||||
|
BEGIN:VEVENT
|
||||||
|
SUMMARY:This is a test event
|
||||||
|
DTSTART:20151010T060000Z
|
||||||
|
DTEND:20161010T070000Z
|
||||||
|
DTSTAMP:20250515T073149Z
|
||||||
|
UID:a9cef952-315e-11f0-a30a-1c1bb5134174
|
||||||
|
BEGIN:VALARM
|
||||||
|
ACTION:AUDIO
|
||||||
|
TRIGGER:-PT15M
|
||||||
|
END:VALARM
|
||||||
|
END:VEVENT
|
||||||
|
END:VCALENDAR
|
15
radicale/tests/static/valarm2.ics
Normal file
15
radicale/tests/static/valarm2.ics
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
BEGIN:VCALENDAR
|
||||||
|
VERSION:2.0
|
||||||
|
PRODID:-//python-caldav//caldav//en_DK
|
||||||
|
BEGIN:VEVENT
|
||||||
|
SUMMARY:This is a test event
|
||||||
|
DTSTART:20151010T060000Z
|
||||||
|
DTEND:20161010T070000Z
|
||||||
|
DTSTAMP:20250515T073149Z
|
||||||
|
UID:a9cef952-315e-11f0-a30a-1c1bb5134175
|
||||||
|
BEGIN:VALARM
|
||||||
|
ACTION:AUDIO
|
||||||
|
TRIGGER;VALUE=DATE-TIME:20151010T033000Z
|
||||||
|
END:VALARM
|
||||||
|
END:VEVENT
|
||||||
|
END:VCALENDAR
|
Loading…
Add table
Add a link
Reference in a new issue