-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
WKST limitation inquiry #34
Comments
Currently, this library only supports Monday as the start of the week. An exception is thrown when encountering a different value while decoding an RRULE string. The
|
Hello @JonasWanke What about this issue, do use suppose to add WKST parameter supporting in the future? Your package is the best one for flutter users who need to use rrule, but without this parameter, integration with outlook/google calendar comes becomes a real problem. Thank you |
any update for this @JonasWanke, i have an issue when using Japan Calendar and WKST is "SU", and got an error. |
This is unfortunately still not supported. I plan on addressing this issue in combination with the migration to JonasWanke/chrono, but that will take some time |
Looking forward to these changes too! |
Hi, very impressed by the library however I'm a little unsure how the WKST limitation will impact me. I created a simple event on Google Calendar that repeats every week on Monday. Here's the resulting rrule string:
"FREQ=WEEKLY;WKST=SU;BYDAY=MO"
Considering your default WKST is always Monday, will the library be able to parse that rrule accurately?
Thanks again for the great work!
Samuel
The text was updated successfully, but these errors were encountered: