Skip to content

KF6 calendarevents: add new alternate date ready signal and deprecate the old one

Fushan Wen requested to merge work/fuf/newalterdate into master

Some calendar systems, like Persian, do not always fit in Gregorian date. For example, there are 31 days in the 2nd month (Ordibehesht), and QDate can't store the date, hence use QCalendar::YearMonthDay instead.

CCBUG: 463196

Merge request reports