-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Milestone
Description
This is somewhat related to #188
How recurring days of week should be updated, when doing drag and drop on recurring events and using delta to adjust the time and date information?
Delta has fields for amount of years and months, but its unclear how much weekdays should be incremented based on those as the amount of days in a year or in a month varies.
EDIT:
One way to do this, is to use the LocalDate of RecurringEndDate or RecurringStartDate to roll over the weekday, but those are not always defined.
Reactions are currently unavailable