-
Notifications
You must be signed in to change notification settings - Fork 606
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
Scheduler - RRule integration #13232
Scheduler - RRule integration #13232
Conversation
testing/tests/DevExpress.ui.widgets.scheduler/integration.recurringAppointments.tests.js
Outdated
Show resolved
Hide resolved
testing/tests/DevExpress.ui.widgets.scheduler/integration.recurringAppointments.tests.js
Outdated
Show resolved
Hide resolved
testing/tests/DevExpress.ui.widgets.scheduler/integration.recurringAppointments.tests.js
Outdated
Show resolved
Hide resolved
testing/tests/DevExpress.ui.widgets.scheduler/integration.recurringAppointments.tests.js
Outdated
Show resolved
Hide resolved
1da74eb
to
27f1ee9
Compare
07eacf7
to
9e2499c
Compare
js/ui/scheduler/utils.recurrence.js
Outdated
wrongByMonthDay = true; | ||
} | ||
getRecurrenceString(object) { | ||
if(!object || !object.freq) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if(!object?.freq) {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this approach.
@andrewmakarov what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ie11 doesn't support optional chaining
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I am not mistaken, we can use it since this PR. But, of course, I do not insist.
c36eadb
c36eadb
to
91c889a
Compare
…urrenceProcessor()
No description provided.