Searched refs:dtStamp (Results 1 – 7 of 7) sorted by relevance
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/ |
H A D | InviteTest.php | 43 'dtStamp' => $dtStamp, 81 'dtStamp' => $dtStamp, 116 'dtStamp' => $dtStamp, 155 'dtStamp' => $dtStamp, 215 'dtStamp' => 'def',
|
H A D | InviteReplyTest.php | 54 $dtStamp = new \DateTime('2012-01-01 00:00:00 GMT'); 59 'dtStamp' => $dtStamp, 86 'dtStamp' => $dtStamp,
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | InviteReply.php | 30 protected $dtStamp; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply 154 $this->dtStamp->setTimezone(new \DateTimezone('GMT')); 155 $writer->writeElement($cs . 'dtstamp', $this->dtStamp->format('Ymd\\THis\\Z'));
|
H A D | Invite.php | 33 protected $dtStamp; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite 203 $this->dtStamp->setTimezone(new \DateTimezone('GMT')); 204 $writer->writeElement($cs . 'dtstamp', $this->dtStamp->format('Ymd\\THis\\Z'));
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | InviteReply.php | 31 protected $dtStamp; variable in Sabre\\CalDAV\\Xml\\Notification\\InviteReply 155 $this->dtStamp->setTimezone(new \DateTimezone('GMT')); 156 $writer->writeElement($cs . 'dtstamp', $this->dtStamp->format('Ymd\\THis\\Z'));
|
H A D | Invite.php | 34 protected $dtStamp; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite 204 $this->dtStamp->setTimezone(new \DateTimezone('GMT')); 205 $writer->writeElement($cs . 'dtstamp', $this->dtStamp->format('Ymd\\THis\\Z'));
|
/plugin/davcal/ |
H A D | helper.php | 805 $dtStamp = new \DateTime(null, new \DateTimeZone('UTC')); 806 $event->add('DTSTAMP', $dtStamp); 807 $event->add('CREATED', $dtStamp); 808 $event->add('LAST-MODIFIED', $dtStamp); 1310 $dtStamp = new \DateTime(null, new \DateTimeZone('UTC')); 1322 $vevent->add('DTSTAMP', $dtStamp); 1323 $vevent->add('LAST-MODIFIED', $dtStamp);
|