ILIAS  release_8 Revision v8.23
ILIAS\EmployeeTalk\Service\VEventStatus Interface Reference
+ Collaboration diagram for ILIAS\EmployeeTalk\Service\VEventStatus:

Data Fields

const TENTATIVE = "TENTATIVE"
 
const CONFIRMED = "CONFIRMED"
 
const CANCELLED = "CANCELLED"
 

Detailed Description

Definition at line 30 of file VEventStatus.php.

Field Documentation

◆ CANCELLED

const ILIAS\EmployeeTalk\Service\VEventStatus::CANCELLED = "CANCELLED"

Definition at line 34 of file VEventStatus.php.

◆ CONFIRMED

const ILIAS\EmployeeTalk\Service\VEventStatus::CONFIRMED = "CONFIRMED"

Definition at line 33 of file VEventStatus.php.

◆ TENTATIVE

const ILIAS\EmployeeTalk\Service\VEventStatus::TENTATIVE = "TENTATIVE"

Definition at line 32 of file VEventStatus.php.


The documentation for this interface was generated from the following file: