File: duration.ics

package info (click to toggle)
python-recurring-ical-events 3.8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: python: 4,476; makefile: 84
file content (21 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BEGIN:VCALENDAR
X-SOURCE:https://github.com/irgangla/icalevents/blob/master/test/test_data/duration.ics
X-LICENSE:https://github.com/irgangla/icalevents/blob/master/LICENSE
BEGIN:VEVENT
DTSTART:20180110
DURATION:P3D
DESCRIPTION:Event with duration (3 days), instead of explicit end.
SUMMARY:Duration Event 1
END:VEVENT
BEGIN:VEVENT
DTSTART:20180115T100000
DURATION:PT3H
DESCRIPTION:Event with duration (3 hours), instead of explicit end.
SUMMARY:Duration Event 2
END:VEVENT
BEGIN:VEVENT
DTSTART:20180120T120000
DESCRIPTION:Event without explicit dtend, nor duration property.
SUMMARY:Short event
END:VEVENT
END:VCALENDAR