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/ |
| 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'));
|
| 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 | 798 $dtStamp = new \DateTime(null, new \DateTimeZone('UTC')); 799 $event->add('DTSTAMP', $dtStamp); 800 $event->add('CREATED', $dtStamp); 801 $event->add('LAST-MODIFIED', $dtStamp); 1287 $dtStamp = new \DateTime(null, new \DateTimeZone('UTC')); 1299 $vevent->add('DTSTAMP', $dtStamp); 1300 $vevent->add('LAST-MODIFIED', $dtStamp);
|