aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/import/Tuesday-Thursday.ical
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2020-05-31 10:15:46 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2020-06-13 10:56:15 -0400
commitfb0ebe0b8a4c7bcad942c4ebdeb555b35122ae96 (patch)
tree81dbca0c493ba4329007233afc1939d3a598c809 /contrib/import/Tuesday-Thursday.ical
parent5942c0760dc49256c584e37368aeb3d4915f74f3 (diff)
downloadcalcurse-fb0ebe0b8a4c7bcad942c4ebdeb555b35122ae96.tar.gz
calcurse-fb0ebe0b8a4c7bcad942c4ebdeb555b35122ae96.zip
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>
Diffstat (limited to 'contrib/import/Tuesday-Thursday.ical')
-rw-r--r--contrib/import/Tuesday-Thursday.ical11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/import/Tuesday-Thursday.ical b/contrib/import/Tuesday-Thursday.ical
new file mode 100644
index 0000000..84c5adb
--- /dev/null
+++ b/contrib/import/Tuesday-Thursday.ical
@@ -0,0 +1,11 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:
+BEGIN:VEVENT
+DTSTAMP:
+UID:
+DTSTART:20200102T120000
+SUMMARY:Every Tuesday and Thursday
+RRULE:FREQ=WEEKLY;BYDAY=TU,TH;COUNT=10
+END:VEVENT
+END:VCALENDAR