add test cases for PERIOD support
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:test
|
||||
BEGIN:VEVENT
|
||||
UID:test-rdate-period-start-duration-multi
|
||||
DESCRIPTION:event with rdate period multiple start duration
|
||||
DTSTART:20000101T000000Z
|
||||
DURATION:PT1H
|
||||
DTSTAMP:20000101T000000Z
|
||||
RRULE:FREQ=WEEKLY
|
||||
RDATE;VALUE=PERIOD:20000102T000000Z/PT2H,20010102T000000Z/PT2H
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
||||
Reference in New Issue
Block a user