From 9796ce1d00d26a02b6a539edd3757310694dc053 Mon Sep 17 00:00:00 2001 From: Narindra ezway Date: Thu, 10 Apr 2025 16:28:05 +0300 Subject: [PATCH] debug-generate-devis-not-working(code not copied full) --- gestion/lib/Constants/VCalendarPropertyConstant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/lib/Constants/VCalendarPropertyConstant.php b/gestion/lib/Constants/VCalendarPropertyConstant.php index 56bc919..1423075 100644 --- a/gestion/lib/Constants/VCalendarPropertyConstant.php +++ b/gestion/lib/Constants/VCalendarPropertyConstant.php @@ -5,6 +5,7 @@ namespace OCA\Gestion\Constants; abstract class VCalendarPropertyConstant { const PROPERTY_IS_LEAVE = "ISLEAVE"; + const PROPERTY_IS_PRIVATE = "ISPRIVATE"; const PROPERTY_IS_CALENDAR_PENDING = "ISCALENDARPENDING"; const ABSENCE_TYPE = "ABSENCETYPE";