add test data for cal and contact preview
This commit is contained in:
parent
31d2048eb8
commit
52f1d5856d
|
@ -0,0 +1,13 @@
|
|||
BEGIN:VCALENDAR
|
||||
PRODID:-//some random cal software//EN
|
||||
VERSION:2.0
|
||||
BEGIN:VEVENT
|
||||
CREATED:20130102T120000Z
|
||||
LAST-MODIFIED:20130102T120000Z
|
||||
DTSTAMP:20130102T120000Z
|
||||
UID:f106ecdf-c716-43ef-9d94-4e6f19f2fcfb
|
||||
SUMMARY:a test cal file
|
||||
DTSTART;VALUE=DATE:20130101
|
||||
DTEND;VALUE=DATE:20130102
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
|
@ -0,0 +1,6 @@
|
|||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
PRODID:-//some random contact software//EN
|
||||
N:def;abc;;;
|
||||
FN:abc def
|
||||
END:VCARD
|
Loading…
Reference in New Issue