You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix BXWEEKNO expansion, fixesdmfs#38 (dmfs#39)
This commit makes sure the year is set correctly when rolling it forward or backwards in a weekly scope.
Fix RecurrenceSet result count when iterating RRULEs with a COUNT par…
…ameter and an unsynched start (i.e. the start is not part of the rule).
IN such case RecurrenceRuleAdapter has to stop iterating one element earlier to ensure the correct result count.
Fixesdmfs#34
Don't iterate start date of RRULE if not synced with the rule. In ter…
…ms of SRP this should not be added at this stage. Instead the start date is now added by RecurrenceSet. Fixesdmfs#22 (dmfs#33)