Thanasoft-H2F/gestion/lib/Constants/VCalendarPropertyConstant.php
Narindra ezway 3cb45b67d3 wip
2025-03-25 18:15:05 +03:00

8 lines
153 B
PHP

<?php
declare(strict_types=1);
namespace OCA\Gestion\Constants;
abstract class VCalendarPropertyConstant
{
const PROPERTY_IS_LEAVE = "ISPRIVATE";
}