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

COUNT in RRULE must be a positive integer #1455

Open
mkrecek234 opened this issue Mar 20, 2023 · 0 comments
Open

COUNT in RRULE must be a positive integer #1455

mkrecek234 opened this issue Mar 20, 2023 · 0 comments

Comments

@mkrecek234
Copy link

mkrecek234 commented Mar 20, 2023

I setup a recurring event which repeats forever, yearly, every 4th Saturday of April.

This event stores properly.
If I edit it in Mac Calendar.app (macOS) and do whatever, it seems the event is adjusted to include COUNT=0.
sabreDAV then will throw an internal error:
COUNT in RRULE must be a positive integer

<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\VObject\InvalidDataException</s:exception>
<s:message>COUNT in RRULE must be a positive integer!</s:message>
</d:error>

COUNT=0 should be allowed though for endless events. Even if it does not make sense, it is created in macOS calendar and should not break sabeDAV with internal error.

P.S. Do not get any error adding/changing such entry on other CalDAV servers like used in SOgo etc.

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

1 participant