File: recurrence.ics

package info (click to toggle)
ruby-icalendar 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 492 kB
  • sloc: ruby: 2,868; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BEGIN:VCALENDAR
VERSION:2.0
PRODID:bsprodidfortestabc123
CALSCALE:GREGORIAN
BEGIN:VEVENT
DTSTAMP:20050118T211523Z
UID:bsuidfortestabc123
DTSTART;VALUE=DATE:20050323
DTEND;VALUE=DATE:20050323
CLASS:PRIVATE
ORGANIZER:mailto:joebob@random.net
PRIORITY:2
SUMMARY:This is a really long summary to test the method of unfolding lines
 \, so I'm just going to make it a whole bunch of lines.
EXDATE;VALUE=DATE:20120323,20130323
RRULE:FREQ=YEARLY
END:VEVENT
END:VCALENDAR