calcurse-edge/contrib/import/Monday-first-last.ical
Lars Henriksen fb0ebe0b8a Icalendar templates for recurrence rules
To provide a starting point for advanced repeating items.

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2020-06-13 10:56:15 -04:00

12 lines
198 B
Plaintext

BEGIN:VCALENDAR
VERSION:2.0
PRODID:
BEGIN:VEVENT
DTSTAMP:
UID:
DTSTART:20200106T120000
SUMMARY:First and last Monday of the month
RRULE:FREQ=MONTHLY;BYDAY=1MO,-1MO;COUNT=10
END:VEVENT
END:VCALENDAR