From 58efd72df90047765721c6e931da22abdb3a956a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 21 May 2015 07:47:24 -0500 Subject: in eds-engine, add a occur-in-time-range sexp to handle events that are interesting but don't require user notification alarms --- tests/test-eds-ics-all-day-events.ics | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/test-eds-ics-all-day-events.ics (limited to 'tests/test-eds-ics-all-day-events.ics') diff --git a/tests/test-eds-ics-all-day-events.ics b/tests/test-eds-ics-all-day-events.ics new file mode 100644 index 0000000..0cf7dab --- /dev/null +++ b/tests/test-eds-ics-all-day-events.ics @@ -0,0 +1,19 @@ +BEGIN:VCALENDAR +CALSCALE:GREGORIAN +PRODID:-//Ximian//NONSGML Evolution Calendar//EN +VERSION:2.0 +X-EVOLUTION-DATA-REVISION:2015-05-07T21:14:49.315443Z(0) +BEGIN:VEVENT +UID:20150521T111538Z-7449-1000-3572-0@ghidorah +DTSTAMP:20150521T001128Z +DTSTART;VALUE=DATE:20150525 +DTEND;VALUE=DATE:20150526 +TRANSP:TRANSPARENT +SEQUENCE:2 +SUMMARY:Memorial Day +DESCRIPTION:Today is Memorial Day +CLASS:PUBLIC +CREATED:20150521T111638Z +LAST-MODIFIED:20150521T111638Z +END:VEVENT +END:VCALENDAR -- cgit v1.2.3