Home
last modified time | relevance | path

Searched refs:XAD_PROP (Results 1 – 2 of 2) sorted by relevance

/dports/www/nextcloud-appointments/appointments/lib/Backend/
H A DBackendUtils.php23 const XAD_PROP = "X-APPT-DATA"; define in OCA\\Appointments\\Backend\\BackendUtils
300 if (!isset($evt->{self::XAD_PROP})) $evt->add(self::XAD_PROP);
301 $evt->{self::XAD_PROP}->setValue($this->encrypt(
332 if (isset($evt->{BackendUtils::XAD_PROP})) {
335 $evt->{BackendUtils::XAD_PROP}->getValue(),
394 if (isset($evt->{BackendUtils::XAD_PROP})) {
397 $evt->{BackendUtils::XAD_PROP}->getValue(),
487 $evt->{self::XAD_PROP}->setValue($this->encrypt(
545 if (isset($evt->{BackendUtils::XAD_PROP})) {
548 $evt->{BackendUtils::XAD_PROP}->getValue(),
[all …]
H A DDavListener.php138 || !isset($evt->{BackendUtils::XAD_PROP})
184 $evt->{BackendUtils::XAD_PROP}->getValue(),
329 if (isset($evt->{BackendUtils::XAD_PROP})) {
332 $evt->{BackendUtils::XAD_PROP}->getValue(),
816 if (isset($evt->{BackendUtils::XAD_PROP})) {
817 $evt->remove($evt->{BackendUtils::XAD_PROP});