khal icon indicating copy to clipboard operation
khal copied to clipboard

Support RDATE;VALUE=PERIOD

Open geier opened this issue 9 years ago • 5 comments

currently blocked by missing support for this in icalendar, see https://github.com/collective/icalendar/issues/156

geier avatar Feb 02 '15 09:02 geier

From here it looks like a different issue. Please open a new one and post more of the ics file (feel free to remove any private information) as I cannot currently reproduce the error with the part you pasted here.

geier avatar Aug 18 '16 09:08 geier

This would be good to have. Here is a curtailed entry that I imported to khal, but doesn't display in khal:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//PIMUTILS.ORG//NONSGML khal / icalendar //EN
BEGIN:VEVENT
SUMMARY:Event
DTSTART;TZID=America/Chicago;VALUE=DATE-TIME:20180327T080000
DTEND;TZID=America/Chicago;VALUE=DATE-TIME:20180327T090000
DTSTAMP:20180323T200333Z
RECURRENCE-ID;RANGE=THISANDFUTURE:20180327T130000Z
SEQUENCE:10
RDATE;TZID="Central Standard Time";VALUE=PERIOD:20180327T080000/20180327T0
 90000,20180403T080000/20180403T090000,20180410T080000/20180410T090000,2018
 0417T080000/20180417T090000,20180424T080000/20180424T090000,20180501T08000
 0/20180501T090000,20180508T080000/20180508T090000,20180515T080000/20180515
 T090000,20180522T080000/20180522T090000,20180529T080000/20180529T090000,20
 180605T080000/20180605T090000,20180612T080000/20180612T090000,20180619T080
 000/20180619T090000,20180626T080000/20180626T090000,20180703T080000/201807
 03T090000,20180710T080000/20180710T090000,20180717T080000/20180717T090000,
 20180724T080000/20180724T090000,20180731T080000/20180731T090000
ATTENDEE;CN="XYZ";PARTSTAT=ACCEPTED;ROLE=CHAIR;RSVP=
 FALSE:mailto:[email protected]
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR

rnav avatar May 08 '18 13:05 rnav

I just ran into this problem. Here's the problematic ics file, with private data removed:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//PIMUTILS.ORG//NONSGML khal / icalendar //EN
BEGIN:VTIMEZONE
TZID:Western/Central Europe
BEGIN:STANDARD
DTSTART:19501029T020000
RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=10
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19500326T020000
RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=3
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
SUMMARY:(omitted)
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T160000
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T163000
DTSTAMP:20211004T150245Z
UID:BF5109494E67AAE20025875100566D31-Lotus_Notes_Generated
RECURRENCE-ID;RANGE=THISANDFUTURE:20211101T150000Z
SEQUENCE:0
RDATE;TZID="Western/Central Europe";VALUE=PERIOD:20211101T160000/20211101T
 163000,20211206T160000/20211206T163000,20220103T160000/20220103T163000,202
 20207T160000/20220207T163000
ATTENDEE;CN="(omitted)";PARTSTAT=ACCEPTED;ROLE=CHAIR;RSVP=FAL
 SE:mailto:[email protected]
CLASS:PUBLIC
TRANSP:OPAQUE
X-LOTUS-APPTTYPE:3
X-LOTUS-AUDIOVIDEOFLAGS:0
X-LOTUS-BROADCAST:FALSE
X-LOTUS-CHANGE-INST-DATES:20211101T150000Z\,20211206T150000Z\,20220103T150
 000Z\,20220207T150000Z
X-LOTUS-CHILD-UID:567EFBAF6CBD07FC0025875100566D3B
X-LOTUS-INITIAL-RDATES:20211101T150000Z\,20211206T150000Z\,20220103T150000
 Z\,20220207T150000Z
X-LOTUS-LASTALL-RDATES;TZID="Western/Central Europe":20211101T160000\,2021
 1206T160000\,20220103T160000\,20220207T160000
X-LOTUS-NOTESVERSION:2
X-LOTUS-NOTICETYPE:I
X-LOTUS-RECURID;RANGE=THISANDFUTURE:20211101T150000Z
X-LOTUS-UPDATE-SEQ:2
X-LOTUS-UPDATE-WISL:$W:1\;$O:1\;$M:1\;RequiredAttendees:1\;INetRequiredNam
 es:1\;AltRequiredNames:1\;StorageRequiredNames:1\;OptionalAttendees:1\;INe
 tOptionalNames:1\;AltOptionalNames:1\;StorageOptionalNames:1\;ApptUNIDURL:
 1\;STUnyteConferenceURL:1\;STUnyteConferenceID:1\;SametimeType:1\;WhiteBoa
 rdContent:1\;STRoomName:1\;$S:2\;$B:2\;$L:2\;$E:2\;$R:2
END:VEVENT
END:VCALENDAR

oaken-source avatar Oct 04 '21 16:10 oaken-source

I should mention that this happened when a previous periodic event was edited to move one of the events two weeks forward.

oaken-source avatar Oct 04 '21 16:10 oaken-source

The icalendar issue is closed so this one might be resolved.

niccokunzmann avatar Oct 15 '22 18:10 niccokunzmann