mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 02:20:21 -08:00
* test/lisp/calendar/icalendar-tests.el (ert-x): Required for 'ert-resource-file'. (icalendar-tests--data-dir): Removed. (icalendar-tests--get-file-contents): Use 'ert-resource-file' for finding test data files. * test/data/icalendar/*: Moved to test/lisp/calendar/icalendar-resources/. * test/lisp/calendar/icalendar-resources/*: Moved from test/data/icalendar.
10 lines
261 B
Text
10 lines
261 B
Text
BEGIN:VCALENDAR
|
|
PRODID:-//Emacs//NONSGML icalendar.el//EN
|
|
VERSION:2.0
|
|
BEGIN:VEVENT
|
|
SUMMARY:rrule count every second year
|
|
DTSTART;VALUE=DATE-TIME:20030919T090000
|
|
DTEND;VALUE=DATE-TIME:20030919T113000
|
|
RRULE:FREQ=YEARLY;INTERVAL=2;COUNT=5
|
|
END:VEVENT
|
|
END:VCALENDAR
|