debug-generate-devis-not-working(code not copied full)

This commit is contained in:
Narindra ezway 2025-04-10 16:28:05 +03:00
parent 3eb59aab8e
commit 9796ce1d00

View File

@ -5,6 +5,7 @@ namespace OCA\Gestion\Constants;
abstract class VCalendarPropertyConstant abstract class VCalendarPropertyConstant
{ {
const PROPERTY_IS_LEAVE = "ISLEAVE"; const PROPERTY_IS_LEAVE = "ISLEAVE";
const PROPERTY_IS_PRIVATE = "ISPRIVATE";
const PROPERTY_IS_CALENDAR_PENDING = "ISCALENDARPENDING"; const PROPERTY_IS_CALENDAR_PENDING = "ISCALENDARPENDING";
const ABSENCE_TYPE = "ABSENCETYPE"; const ABSENCE_TYPE = "ABSENCETYPE";