Skip to content

Use dtStart as the default for dtRecurrence

Glen Ditchfield requested to merge gditchfield/kcalendarcore:dtRecurrence into master

Some years ago recurrences switched to using dtStart() as their base, instead of dtDue(); see Todo::dtDue(bool). This patch uses dtStart as the default value when dtRecurrence has not been set.

Merge request reports