mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Move test inside radicale
This commit is contained in:
parent
21461ddb4e
commit
9056561211
26 changed files with 1 additions and 1 deletions
30
radicale/tests/static/journal1.ics
Normal file
30
radicale/tests/static/journal1.ics
Normal file
|
@ -0,0 +1,30 @@
|
|||
BEGIN:VCALENDAR
|
||||
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
|
||||
VERSION:2.0
|
||||
BEGIN:VTIMEZONE
|
||||
TZID:Europe/Paris
|
||||
X-LIC-LOCATION:Europe/Paris
|
||||
BEGIN:DAYLIGHT
|
||||
TZOFFSETFROM:+0100
|
||||
TZOFFSETTO:+0200
|
||||
TZNAME:CEST
|
||||
DTSTART:19700101T000000
|
||||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
|
||||
END:DAYLIGHT
|
||||
BEGIN:STANDARD
|
||||
TZOFFSETFROM:+0200
|
||||
TZOFFSETTO:+0100
|
||||
TZNAME:CET
|
||||
DTSTART:19700101T000000
|
||||
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
|
||||
END:STANDARD
|
||||
END:VTIMEZONE
|
||||
|
||||
BEGIN:VJOURNAL
|
||||
UID:journal1
|
||||
DTSTAMP;TZID=Europe/Paris:19940817T000000
|
||||
SUMMARY:happy new year
|
||||
DESCRIPTION: Happy new year 2000 !
|
||||
END:VJOURNAL
|
||||
|
||||
END:VCALENDAR
|
Loading…
Add table
Add a link
Reference in a new issue