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

Recurrence ID not supported #29

Open
Sloff opened this issue Feb 19, 2024 · 1 comment
Open

Recurrence ID not supported #29

Sloff opened this issue Feb 19, 2024 · 1 comment

Comments

@Sloff
Copy link

Sloff commented Feb 19, 2024

Hi

I have calendar entries where a recurring event was moved to another date. In this case nothing is changed on the recurring event, but a new event is created with a Recurrence ID that points to the time that the event would've happened.

It seems that this case isn't picked up when parsing recurring events.

Example ical entries that shows this case:

BEGIN:VEVENT
RRULE:FREQ=WEEKLY;UNTIL=20240325T110000Z;INTERVAL=1;BYDAY=MO;WKST=SU
SUMMARY:Meeting Name
DTSTART;TZID=South Africa Standard Time:20240122T130000
DTEND;TZID=South Africa Standard Time:20240122T140000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20240219T122359Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
END:VEVENT

BEGIN:VEVENT
RECURRENCE-ID;TZID=South Africa Standard Time:20240219T130000
SUMMARY:Meeting Name
DTSTART;TZID=South Africa Standard Time:20240220T130000
DTEND;TZID=South Africa Standard Time:20240220T140000
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20240219T122359Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:11
END:VEVENT

@alexsmshchnko
Copy link
Contributor

@Sloff , PR #31 is related

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