add a new constant for task complete flag

This commit is contained in:
tibbi 2022-02-21 16:25:56 +01:00
parent a57bc39766
commit 9f35c2f1e6
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ const val REPEAT_ORDER_WEEKDAY = 4 // i.e. every 4th sunday
const val FLAG_ALL_DAY = 1
const val FLAG_IS_IN_PAST = 2
const val FLAG_MISSING_YEAR = 4
const val FLAG_TASK_COMPLETE = 8
// constants related to ICS file exporting / importing
const val BEGIN_CALENDAR = "BEGIN:VCALENDAR"