calcurse-edge/test/data/ical-005.ical
Lars Henriksen e3cfca7568 Update use of note file for import
Removes the parts of commit 'Extend use of note file for ical import' that
relate to STATUS. The STATUS property is (partly) supported for todos already.

Corrects insertion of a separator: always insert it before imported properties
(also when there is no description).

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2020-08-26 07:52:08 -04:00

24 lines
414 B
Plaintext

BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
SUMMARY:All day
DTSTART;VALUE=DATE:20131003
DTEND;VALUE=DATE:20131004
END:VEVENT
BEGIN:VEVENT
SUMMARY:Two days
DTSTART;VALUE=DATE:20131003
DTEND;VALUE=DATE:20131005
END:VEVENT
BEGIN:VEVENT
SUMMARY:On day 1
DTSTART;VALUE=DATE:20131003
DTEND;VALUE=DATE:20131004
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
SUMMARY:On day 2
DTSTART;VALUE=DATE:20131004
END:VEVENT
END:VCALENDAR