diff options
Diffstat (limited to 'test/Resource/CalDAV/attachments/3.ics')
-rw-r--r-- | test/Resource/CalDAV/attachments/3.ics | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/Resource/CalDAV/attachments/3.ics b/test/Resource/CalDAV/attachments/3.ics new file mode 100644 index 0000000..0235680 --- /dev/null +++ b/test/Resource/CalDAV/attachments/3.ics @@ -0,0 +1,13 @@ +BEGIN:VCALENDAR +VERSION:2.0 +CALSCALE:GREGORIAN +PRODID:-//Example Inc.//Example Calendar//EN +BEGIN:VEVENT +SUMMARY:New Event +DURATION:PT1H +DTSTART;TZID=America/Vancouver:$now.year.1:0709T133000 +DTSTAMP:20060710T225223Z +UID:3 +ATTACH:http://www.example.com/test.jpg +END:VEVENT +END:VCALENDAR |