Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurring exdates not picked up by parser. #129

Open
JR-Y opened this issue Nov 15, 2021 · 3 comments
Open

Recurring exdates not picked up by parser. #129

JR-Y opened this issue Nov 15, 2021 · 3 comments

Comments

@JR-Y
Copy link

JR-Y commented Nov 15, 2021

On below recurring event, the EXDATE dates are not picked up to the resulting object.

BEGIN:STANDARD
TZOFFSETFROM:+0300
TZOFFSETTO:+0200
TZNAME:EET
DTSTART:19701025T040000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Europe/Helsinki:20211115T080000
DTEND;TZID=Europe/Helsinki:20211115T160000
RRULE:FREQ=WEEKLY;BYDAY=FR,MO,TH,TU,WE
EXDATE;TZID=Europe/Helsinki:20211126T080000
EXDATE;TZID=Europe/Helsinki:20211119T080000
DTSTAMP:20211115T161303Z
UID:[email protected]
CREATED:20211114T114129Z
DESCRIPTION:
LAST-MODIFIED:20211114T114129Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:test
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR

resulting = "exdate": []

@JR-Y
Copy link
Author

JR-Y commented Nov 17, 2021

Suggesting the following change to exdateParam, seems to do the trick for me in gettin exdates listed. Not sure if it breaks something else though.

image

@sdetweil
Copy link
Contributor

EXDATE is supposed to be ONE entry , with all the dates (a list according to the spec) (I do see bugs reported for multiples.. )

EXDATE:19960402T010000Z,19960403T010000Z,19960404T010000Z

https://www.kanzaki.com/docs/ical/exdate.html

@JR-Y
Copy link
Author

JR-Y commented Nov 16, 2022

Ok, it's just that Gmail is producing that type of ical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants