We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Some combinations of Labels which aren't valid, does not trigger an error. Examples of these:
FREQ=MONTHLY;BYDAY=2MO,3WE;COUNT=12
FREQ=MONTHLY;BYMONTHDAY=10;BYDAY=-1FR;COUNT=12
FREQ=MONTHLY;BYSETPOS=-1;BYDAY=MO,TU,WE,TH,FR;INTERVAL=1;UNTIL=20260630T000000Z
All these rules trigger an error in Google calendar API
Expected Strings like this should trigger a validation error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Validating combinations of RRULE Labels
Issue
Some combinations of Labels which aren't valid, does not trigger an error.
Examples of these:
FREQ=MONTHLY;BYDAY=2MO,3WE;COUNT=12
FREQ=MONTHLY;BYMONTHDAY=10;BYDAY=-1FR;COUNT=12
FREQ=MONTHLY;BYSETPOS=-1;BYDAY=MO,TU,WE,TH,FR;INTERVAL=1;UNTIL=20260630T000000Z
All these rules trigger an error in Google calendar API
Expected
Strings like this should trigger a validation error
The text was updated successfully, but these errors were encountered: