plus comment

This commit is contained in:
tibbi
2022-02-21 16:26:02 +01:00
parent 9f35c2f1e6
commit 18d6b044ea

View File

@@ -112,7 +112,7 @@ const val REPEAT_ORDER_WEEKDAY_USE_LAST = 2 // i.e. every last sunda
const val REPEAT_LAST_DAY = 3 // i.e. every last day of the month const val REPEAT_LAST_DAY = 3 // i.e. every last day of the month
const val REPEAT_ORDER_WEEKDAY = 4 // i.e. every 4th sunday, even if a month has 4 sundays only (will stay 4th even at months with 5) const val REPEAT_ORDER_WEEKDAY = 4 // i.e. every 4th sunday, even if a month has 4 sundays only (will stay 4th even at months with 5)
// special event flags // special event and task flags
const val FLAG_ALL_DAY = 1 const val FLAG_ALL_DAY = 1
const val FLAG_IS_IN_PAST = 2 const val FLAG_IS_IN_PAST = 2
const val FLAG_MISSING_YEAR = 4 const val FLAG_MISSING_YEAR = 4