mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
plus comment
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user