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
|