-
Notifications
You must be signed in to change notification settings - Fork 9
Calendar: Edit: Recurrence: Move changeRemainder() from UI to logic - try 1 #750
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
base: master
Are you sure you want to change the base?
Conversation
|
@NeilRashbrook It fails in truncate(), because the start doesn't match an occurence. I don't understand why. Could you please fix it? |
b376eab to
a7a9a33
Compare
|
Ideally, truncate() and the new function would work with any date, and the functions would compare |
|
We need 2 new functions:
|
|
So, one big problem with your current code is that it doesn't actually delete the event you selected... |
07a63af to
57a0e16
Compare
Can you please post the reproduction steps? |
|
This code still doesn't work. When "changing remainder", it deletes all instances after this one, and restores this one to the original instance. |
|
Alternative #763 has almost the same problem. |
| * Removes all instances, exceptions and exclusions | ||
| * on or after that `end` time. */ |
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.
As I mentioned in #760, this comment is false.
d2ed3e0 to
3fc49e6
Compare
7d2a658 to
3640c13
Compare
No description provided.