From e9deb6fff3d56b166ab702828bd1a716c2bf567f Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Tue, 7 Apr 2020 21:29:26 +0200 Subject: Extend use of note file for iCal import iCal import to an item note file is extended from DESCRIPTION to LOCATION, COMMENT and STATUS for both events and todos. Addresses GitHub issue #9. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- test/data/ical-009.ical | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/data/ical-009.ical') diff --git a/test/data/ical-009.ical b/test/data/ical-009.ical index 73e9037..39ae422 100644 --- a/test/data/ical-009.ical +++ b/test/data/ical-009.ical @@ -63,6 +63,19 @@ BEGIN:VTODO PRIORITY:1 SUMMARY:an unescaped comma: , END:VTODO +BEGIN:VEVENT +DTSTART:20200406T221300 +DURATION:PT0H15M0S +SUMMARY:Invalid STATUS +STATUS:confirmed +END:VEVENT +BEGIN:VEVENT +DTSTART:20200406T221300 +DURATION:PT0H15M0S +SUMMARY:LOCATION twice +LOCATION:first +LOCATION:second +END:VEVENT BEGIN:VTODO SUMMARY:finally\, missing end of item END:VCALENDAR -- cgit v1.2.3-54-g00ecf