コード例 #1
0
ファイル: Event.php プロジェクト: Rademade/MedOptima
 public function updateReservationFromEvent(Google_Event $event)
 {
     $this->_reservation->setFinalVisitTime(DateTime::create($event->getStart()->getDateTime())->getTimestamp());
     $this->_reservation->setVisitEndTime(DateTime::create($event->getEnd()->getDateTime())->getTimestamp());
 }