Skip to content

Test case for different sequences in base event and exception event #715

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gharlan
Copy link
Contributor

@gharlan gharlan commented Jun 2, 2025

The sequence in exception events can be different to the sequence of the base event. But the ITip broker always replies with the base sequence number, even for replies to exception events.

The pull requests shows the bug.

From iCalender RFC:

Recurrence instances of a recurring component MAY have different sequence numbers.

https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.7.4

Google Calendar uses different sequence numbers for exception events.
Example: Base event has sequence 2. When creating a new exception event, it gets the sequence number 3, but the base event keeps number 2.
Now when responding to the exception event via VObject iTip broker, the response contains the wrong sequence number 2, so the response is ignored by Google calender.

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

Successfully merging this pull request may close these issues.

1 participant