Home
last modified time | relevance | path

Searched refs:exceptionoriginaldate (Results 1 – 11 of 11) sorted by relevance

/dports/deskutils/horde-kronolith/kronolith-4.2.29/bin/
H A Dkronolith-import-openxchange210 $newEvent->exceptionoriginaldate = new Horde_Date(
213 $newEvent->exceptionoriginaldate->setTimezone($base['timezone']);
218 $newEvent->exceptionoriginaldate->hour = $baseStart->hour;
219 $newEvent->exceptionoriginaldate->min = $baseStart->min;
220 $newEvent->exceptionoriginaldate->sec = $baseStart->sec;
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Event/
H A DSql.php160 … $this->exceptionoriginaldate = new Horde_Date($SQLEvent['event_exceptionoriginaldate'], 'UTC');
161 $this->exceptionoriginaldate->setTimezone($tz_local);
163 … $this->exceptionoriginaldate = new Horde_Date($SQLEvent['event_exceptionoriginaldate']);
260 $eod = clone $this->exceptionoriginaldate;
263 $eod = $this->exceptionoriginaldate;
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/
H A DEvent.php361 public $exceptionoriginaldate; variable in Kronolith_Event
1007 … $vEventException->setAttribute('RECURRENCE-ID', $exceptionEvent->exceptionoriginaldate);
1009 …$vEvent->setAttribute('EXDATE', array($exceptionEvent->exceptionoriginaldate), array('VALUE' => 'D…
1011 $originaldate = $exceptionEvent->exceptionoriginaldate->format('Ymd');
1443 $this->exceptionoriginaldate = $originaldt;
1595 $event->exceptionoriginaldate = $original;
1787 $e->setExceptionStartTime($exception->exceptionoriginaldate);
1788 $originaldate = $exception->exceptionoriginaldate->format('Ymd');
2380 if ($this->exceptionoriginaldate) {
2381 …f(_("%s at %s"), $this->exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')…
H A DDriver.php366 … $bound->exceptionoriginaldate = new Horde_Date($bound->start->strftime('%Y-%m-%d') . 'T' . $t);
/dports/deskutils/horde-kronolith/kronolith-4.2.29/
H A Dedit.php132 …$event->exceptionoriginaldate = new Horde_Date($exception->strftime('%Y-%m-%d') . 'T' . $originalt…
/dports/deskutils/horde-kronolith/kronolith-4.2.29/templates/view/
H A Dview.inc98 …%s"), $this->event->exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')), $…
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Ajax/Application/
H A DHandler.php1677 … $nevent->exceptionoriginaldate = new Horde_Date($rstart->strftime('%Y-%m-%d') . 'T' . $otime);
1678 $nevent->exceptionoriginaldate->setTimezone($event->start->timezone);
/dports/deskutils/horde-kronolith/kronolith-4.2.29/templates/edit/
H A Dedit.inc290 …%s at %s"), $event->exceptionoriginaldate->strftime($GLOBALS['prefs']->getValue('date_format')), $…
/dports/deskutils/horde-kronolith/kronolith-4.2.29/docs/
H A DCHANGES299 [mjr] Fix updating the exceptionoriginaldate field when the base event changes
614 [jan] Fix migration of exceptionoriginaldate field (Bug #11654).
/dports/deskutils/horde-groupware/groupware-5.2.22/docs/
H A DCHANGES2288 [mjr] Fix updating the exceptionoriginaldate field when the base event changes
5359 [jan] Fix migration of exceptionoriginaldate field (Bug #11654).
/dports/mail/horde-webmail/webmail-5.2.22/docs/
H A DCHANGES2557 [mjr] Fix updating the exceptionoriginaldate field when the base event changes
6185 [jan] Fix migration of exceptionoriginaldate field (Bug #11654).