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 date/time and timezone validation rules #70

Open
1 of 4 tasks
allenporter opened this issue Aug 10, 2022 · 1 comment
Open
1 of 4 tasks

Recurrence date/time and timezone validation rules #70

allenporter opened this issue Aug 10, 2022 · 1 comment

Comments

@allenporter
Copy link
Owner

allenporter commented Aug 10, 2022

Is your feature request related to a problem? Please describe.
There are explicit rules in https://www.rfc-editor.org/rfc/rfc5545#section-3.3.10 that describe the validations that need to happen for recurrence dates and timezones which are not implemented. These are across objects, so a little more complicated to validate, but can likely happen in the parent component.

  • Recurrence timezone formattings
  • Recurrence datetime field encoded properly
  • Verify start date format is the same as the event
  • Verify daylight saving time in until and start is the same

Also verify that recurrence dates and date times are encoded properly while here.

@allenporter
Copy link
Owner Author

Tests are needed to ensure that recurring all day events are expanded with the right timezone rules

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